Skip to content

Add custom searching logic#104

Open
zbessette wants to merge 1 commit intodanish1658:mainfrom
zbessette:add-custom-search-logic
Open

Add custom searching logic#104
zbessette wants to merge 1 commit intodanish1658:mainfrom
zbessette:add-custom-search-logic

Conversation

@zbessette
Copy link

@zbessette zbessette commented Jan 19, 2024

Added an option to pass a custom search method.

I have a use case where I am trying to search a large dataset, but I want to limit the query to 25 results at a time. I'm passing a custom search function into this component so that I can debounce the text change then fire a query to get the updated results as opposed to trying to query the entire dataset and manipulating it from the frontend

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.

1 participant