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 2022/03/01 17:47:02 UTC

[GitHub] [superset] michael-s-molina commented on pull request #18981: Fix: Dataset Fuzzy search issue on creating a new chart.

michael-s-molina commented on pull request #18981:
URL: https://github.com/apache/superset/pull/18981#issuecomment-1055696835


   @codemaster08240328 Thanks for looking into this. We can't fix this problem using `fetchOnlyOnSearch` because we intend to keep the behavior of opening a Select and scrolling through its options without typing anything. To fix this we need to investigate why that particular text was not retrieved from the server-side. If instead of setting `fetchOnlyOnSearch` you simulate a page size smaller than the total results like pageSize={10} you can see the requests fired to the server with the typed text. The only case where we won't fire a request to the server is if all the options are already loaded on the client-side.


-- 
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