openculinary / knowledge-graph

The RecipeRadar knowledge graph stores and provides access to recipe and ingredient relationship information.
GNU Affero General Public License v3.0
10 stars 0 forks source link

Perform case-insensitive highlighting #40

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

Describe the reason for these changes and the problem that they solve

Currently product names are stored lowercase, but are intended to match regardless of description text case.

Briefly summarize the changes

  1. Enable case-insensitive highlight matching via hashedixsearch

How have the changes been tested?

  1. Test coverage is provided