We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it works for the lower case version of the string: 'lea' http://devapi.dbs.bh.org.il/v1/search?q=hoch&from_=0&collection=persons&first=lea
However the 'old' person search returns the results for the both 'lea' and 'Lea': http://devapi.dbs.bh.org.il/v1/person?first_name=lea&last_name=hoch
The text was updated successfully, but these errors were encountered:
Beit-Hatfutsot#174 make persons search case insensitive (+refactor an…
6ebdc25
…d improve tests)
#174 make persons search case insensitive (+refactor and improve test…
e1112b9
…s) (#175)
fixex, merged and hopefully deployed to test
Sorry, something went wrong.
OriHoch
TheGrandVizier
No branches or pull requests
reproduction steps
http://devapi.dbs.bh.org.il/v1/search?q=hoch&from_=0&collection=persons&first=Lea
(with param 'first=Lea')
Expected
Actual
notes
it works for the lower case version of the string: 'lea'
http://devapi.dbs.bh.org.il/v1/search?q=hoch&from_=0&collection=persons&first=lea
However the 'old' person search returns the results for the both 'lea' and 'Lea':
http://devapi.dbs.bh.org.il/v1/person?first_name=lea&last_name=hoch
The text was updated successfully, but these errors were encountered: