-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
ConfigurationSearch APIF around and find outF around and find outStrawberry FlavorPost Processing data extracted that goes into SolrPost Processing data extracted that goes into SolrTyped Data and SearchUI/UXExperienceExperienceenhancementNew feature or requestNew feature or request
Milestone
Description
The OCR Search Controller search function limits the number of results to 100 here. That can be confusing when searching in a Book with potentially hundreds of matches. For example, in this 345 page book on dogs searching on the word "dog" only yields results through page 198.
Two challenges I can think of to this request:
- There doesn't seem to be a logical configuration page for this. From a UX standpoint, I would think the strawberry_paged_formatter configuration form might make sense. But the OCR search controller is part of the strawberryfield module, not format_strawberryfield. This makes me wonder if the better approach would be for the strawberryfield module to expose a hook or event that lets somebody else alter the limit. But that seems like huge overhead for a pretty trivial feature.
- If the limit is defined in the OCR search controller, then any flavorsearch will inherit this limit. What makes sense for an ocr search may not make any sense for some other hypothetical kind of flavorsearch. It also may not make sense for all ocr searches. For example, a search of a single page vs. an entire book. I'm curious if that prompts any thoughts @DiegoPino ?
Metadata
Metadata
Assignees
Labels
ConfigurationSearch APIF around and find outF around and find outStrawberry FlavorPost Processing data extracted that goes into SolrPost Processing data extracted that goes into SolrTyped Data and SearchUI/UXExperienceExperienceenhancementNew feature or requestNew feature or request