You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/20 22:08:35 UTC

[GitHub] [superset] junlincc opened a new issue #16381: [search]I'd love search in Superset to disregard search keyword order

junlincc opened a new issue #16381:
URL: https://github.com/apache/superset/issues/16381


   This is a follow up task of [I'd love search in Superset to be fuzzier](https://github.com/apache/superset/issues/13857 
   List view searches become more and more important as the team and number of object, especially chart and dashboard grow. We implemented fuzzy search last year to improve the search effectiveness, yet we find some of the cases can't be covered, ones that have key word order involved.
   We may want to consider whether the fuzzy matching works like wildcards )(ordering is important) or “and” conditions that check for each keyword individually. Let’s say that I have 4 dashboards named:
   
   - KPI by day
   - KPI by region
   - KPI by region and day
   - KPI by day, region, and vertical
   
   There should be a way to filter to the dashboards that are at the grain of both “region” AND “day” without being concerned with order that they appear in the title (e.g. filter down to reports 3 and 4, not include 1 and 2)”
   
   another example, i would expect typing "platform svod" and "svod platform" return the same list of results. 
   
   <img width="483" alt="Screen Shot 2021-08-20 at 5 04 03 PM" src="https://user-images.githubusercontent.com/67837651/130297801-31766397-2b90-4b8a-b841-32c715a8071d.png">
   
   please do make sure this enhancement is applied to all listview search filter 🙏 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org