Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add configurable limit to search results (adityatelange#1281)
* feat: add configurable limit to search results Signed-off-by: Navendu Pottekkat <[email protected]> * Handle case where params.fuseOpts is not defined resulting into `Cannot read properties of null (reading 'limit')` Utilizes search options by fuse https://www.fusejs.io/api/methods.html#search The options: limit (type: number): Denotes the max number of returned search results. --------- Signed-off-by: Navendu Pottekkat <[email protected]> Co-authored-by: Aditya Telange <[email protected]>
- Loading branch information