sul-dlss / vt-arclight

An Arclight-based discovery application for materials from the Virtual Tribunals project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Searching "Göring" should return 194 results

marlo-longley opened this issue · comments

We saw that "Göring" (with umlaut) was a top search in the Spotlight VT exhibit.
Currently searching with that character returns 1 result (the top-level collection, which includes his name in its scope and contents text, and therefore came directly from Lauren typing it into ASpace).

Searching "Goering" returns the correct 194 number of results. We want "Göring" to return the same number.

This may be fixed after #362 because it moves fields to be text based. Text fields use the ICUFoldingFilterFactory, which removes the diacritics.

It looks like it does resolve this:

Image
Image

@jcoyne --seems like this issue is not fixed. Still only 1 result for Göring on staging. Not sure if I am missing something you did to get the result above.

Image
Image

Oh, you are are searching for "Goering". I'm searching for "Goring"

Now that we've indexed the fulltext, we have more than 194 results. However, the mapping of Göring to results containing Goering is working properly.

Image