-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Searching with a keyword in the index only returns ten thousand results, not all of them. And if all results were available, the ID list would have to be passed into the database for filtering with other conditions. This is not a text search for users, and using a search engine for this purpose misses the mark. This is inefficient in terms of performance and memory usage, even on powerful servers.
Some metadata is used as a filter keyword; this applies to selection criteria such as service provider, scanner, or subproject. A metadata keyword is assigned to tens of thousands of processes, and then the search, especially for statistical purposes, must retrieve all hits.
To Reproduce
- Steps to reproduce the behavior:
- Create a database containing tens of thousands of processes, more than ten thousand of which share the same metadata value.
- Search for the metadata.
- The results list is incomplete.
Expected behavior
The query result must be complete.
Release
Kitodo.Production 3.9