Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(python): expose fast search flag in python #2573

Merged
merged 4 commits into from
Jul 7, 2024

Conversation

eddyxu
Copy link
Contributor

@eddyxu eddyxu commented Jul 7, 2024

No description provided.

@eddyxu eddyxu requested review from westonpace, wjones127 and chebbyChefNEQ and removed request for westonpace and wjones127 July 7, 2024 06:00
@github-actions github-actions bot added enhancement New feature or request python labels Jul 7, 2024
@@ -243,6 +243,7 @@ def scanner(
prefilter: bool = False,
with_row_id: bool = False,
use_stats: bool = True,
fast_search: bool = False,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to document this flag?

Copy link
Contributor

@chebbyChefNEQ chebbyChefNEQ Jul 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if not, let's hide it in kwargs as _fast_search?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comments

@eddyxu eddyxu changed the title feat(python): pass fast search flag in python feat(python): expose fast search flag in python Jul 7, 2024
@eddyxu eddyxu merged commit 3f26a7b into main Jul 7, 2024
14 checks passed
@eddyxu eddyxu deleted the lei/fast_search_in_python branch July 7, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants