sul-dlss / content_search

IIIF Content Search API implementation for OCR in DOR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phrase searching

anarchivist opened this issue · comments

As a user:

  • I want to be able to search for a specific phrase which occurs within the text of a resource by wrapping the phrase in double quotes (e.g. "this is my phrase")
  • I want my queries for phrases to be insensitive to case and punctuation.
  • I want queries that do not contain diacritics to match phrases with those diacritics if they appear (e.g. "forcas armadas indonesias" should match Forças Armadas Indonésias)

We might want to revisit this after working on #56.