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

AutocompleteInput: expose and document search_strategy #5832

Merged
merged 1 commit into from Nov 7, 2023

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Nov 7, 2023

Addresses #3117

Very very happy to find out that Bokeh added in bokeh/bokeh#13032 a search_strategy property to AutocompleteInput that when set to 'includes' allows to to search through the whole string and not just the start.

In #3117 I was asking specifically for a Search widget but I think I had a too narrow vision of what autocomplete means, I think it can closed as bokeh/bokeh#13032 implemented the feature I was after.

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #5832 (827da04) into main (0169933) will increase coverage by 11.55%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main    #5832       +/-   ##
===========================================
+ Coverage   72.37%   83.93%   +11.55%     
===========================================
  Files         290      290               
  Lines       42235    42236        +1     
===========================================
+ Hits        30566    35449     +4883     
+ Misses      11669     6787     -4882     
Flag Coverage Δ
ui-tests 40.84% <100.00%> (?)
unitexamples-tests 72.36% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
panel/widgets/select.py 94.81% <100.00%> (+0.01%) ⬆️

... and 78 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@maximlt
Copy link
Member Author

maximlt commented Nov 7, 2023

Test failures look unrelated.

Copy link
Member

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

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

Neat, looks good!

@philippjfr philippjfr merged commit f4a51e1 into main Nov 7, 2023
11 of 13 checks passed
@philippjfr philippjfr deleted the autocomplete_expose_search_strategy branch November 7, 2023 20:55
@maximlt maximlt mentioned this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants