CenterForDigitalHumanities / glossing-entries

Descriptions of new glosses and manuscripts, a data entry interface
1 stars 2 forks source link

Implement Search with Exact and Approximate Matching #199

Closed AbhilashKotha closed 4 months ago

AbhilashKotha commented 6 months ago

This feature introduces a toggle for users to switch between exact and approximate search functionalities. Approximate search will be the default option.

Exact Match: Returns only results that perfectly match the user's query (spaces and punctuation included).

Approximate Match (Default):

Note: The system should perform searches with and without the approximate match conditions. All retrieved results (exact and approximate) should be displayed to the user.