Add File URI as search result option for Strawberryflavor search endpoint #242
Labels
enhancement
New feature or request
Strawberry Flavor
Post Processing data extracted that goes into Solr
Typed Data and Search
See #234
This will also pass a new structure around for the format_strawberryfield work on allowing search to be postprocessed via Metadata Displays and Exposed Metadata Display entities.
Requires (if you want to have a fast service) to add this to your Solr Index, Strawberry Flavor data source
The returned JSON structure for a search e.g for an ADO with UUID
d7ea33a0-1211-4f05-b733-e4ede4e57624
to the base search pathhttp://localhost:8001/do/d7ea33a0-1211-4f05-b733-e4ede4e57624/flavorsearch/all/ocr/?q=queen
could be:
where
sbf_metadata
is a new key. Does not affect IABookreader at all (is not even aware). Disclaimer: this result was passed through esmero/format_strawberryfield#252. As you can see the original "sequence_id" was 1 for every of these, but then the Twig templating found inside the IIIF Manifest the right Canvas order and rewrote it to page 20 and page 21. This is great.The text was updated successfully, but these errors were encountered: