scientist-softserv / adventist_knapsack

Apache License 2.0
2 stars 0 forks source link

🐛 Fix add to collection by removing spellcheck #81

Closed jeremyf closed 11 months ago

jeremyf commented 11 months ago

In looking at the responses, Solr was complaining about a missing spellcheck.dictionary for contributor.

To get this working, we removed the spellcheck.dictionary declaration. One observation we had is that matches are now only made when we type a significant number of characters (or 2 words, we don't know what).

An observed ongoing issue is that we're only finding exact matches.

Related:

Screenshot 2023-10-10 at 1 58 14 PM

Co-authored-by: LaRita Robinson larita@scientist.com