Skip to content

[Feature] Support full text search for MultiChoice and auto complete input  #10525

@mukeshkdangi

Description

@mukeshkdangi

Bokeh 2.1.1, Python 3, Windows 10, Chrome

Description of expected behavior and the observed behavior

1. Bokeh Multichoice search is not working as expected. When type a string suggestion list in dropdown is not showing correct results
For example Dropdown list has around 7 elements containing 'ca' as a substring but when i type 'ca' only 4 elements shows up in the drop down instead of 7.
Bokeh_drop_down_search_error_1
Bokeh_drop_down_search_error_2

2. Bokeh auto complete is not showing results for sub string. It only shows when we type string from start. I tried using modified version of bokeh-widget-2.2.1.js but for some reason bokeh is still able acess bokeh-widget.min.js

2.1. Sub String search is not working which very essential thing when we talk about search.
2,2 I added bokeh-widgets-2.1.1.js JS file in my code as :

 <script src="/bokeh_app/static/js/jquery.min.js"></script>
    **<script src="/bokeh_app/static/js/bokeh-widgets-2.1.1.js"></script>**
    <script src="/bokeh_app/static/js/jquery-ui.min.js"></script>
<script src="/bokeh_app/static/js/bokeh-2.1.1.js"></script>
<script src="/bokeh_app/static/js/bokeh-api.min.js"></script>
<script src="/bokeh_app/static/js/bokeh-gl.min.js"></script>
<script src="/bokeh_app/static/js/bokeh-tables.min.js"></script>

However Bokeh is accessing bokeh-widgets.min.js instead of modified **<script src="/bokeh_app/static/js/bokeh-widgets-2.1.1.js"></script>** which is not there in my project structure at all.
Bokeh_minJS_error

Any help regarding these two issues is very critical and appreciated

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions