Improve extensibility of Admin UI search of collection list #1974
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
hi, i suggest expose a custom endpoint for search and let the custom endpoint do search or whatever is required , show error in UI if the result is not in required format , also kindly look into exposing a debouche for search as you type, or disable it and use button to initiate search, i suggested a similar use case few months back #1030 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Prompted from this discussion on Discord.
The problem is that under certain conditions the built-in search in Payload doesn't run optimally. One option is to have direct extensibility to allow 3rd party search tool handle it.
Another detail to explore is allowing text search indexes that could improve the performance without integrating with another search service.
I looked into improving the MongoBB search functionality but the
search
index type and$search
aggregation isn't supported in all such as with DocumentDB and Cosmos.In addition to extending the above, some improvements to built-in search:
Beta Was this translation helpful? Give feedback.
All reactions