Limit exists in the search documents result.
Opened this issue · 1 comments
Description:
search.mp4
Even if there are more search results, only up to 15 are shown.
And it seems that the search feature doesn't support 'like' search.
Why:
Supporting both pagination and text search simultaneously is challenging with only a database without introducing a search engine. Introducing a search engine can complicate the system, so we are currently not considering such an introduction.
The current document search implementation is based on prefixes and retrieves only the top 15 documents, without support for additional pagination.
However, we believe this approach may cause confusion for users, so it would be advisable to display information on the screen that informs users about the limitation of showing only 15 results.