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/04/02 08:53:20 UTC

[GitHub] [superset] zhugw opened a new issue #19497: Search from whole dataset not only limit rows

zhugw opened a new issue #19497:
URL: https://github.com/apache/superset/issues/19497


   There is a table chart and the total count of the dataset is `1249068` , when search some keyword there is no result, but just because the keyword not exists in the 10000 rows, actually there are many rows contain this keyword.
   
   so business want to search from whole dataset not only these 10000 rows.
   
   Current superset version is `1.1.0` , now my plan is to develop an external Api, 
   e.g.
   ```
   http://127.0.0.1:8080/customSearch?keyword=XXX&pageNum=1&pageSize=10
   ```
   to implement this purpose and the response as `/api/v1/chart/data?form_data=%7B%22slice_id%22%3A2%7D`
   
   but `front-end` still met many problem e.g.
   - Call external api very frequently when user input in search box
   - Dynamically pagination for query result


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