-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Single and Multiple wild card search do not work as expected #494
Comments
Wildcard characters seem to work as expected only if they are at the end of a word, as opposed to placed in the middle of a word, as described above. https://solr.apache.org/guide/8_11/the-standard-query-parser.html#wildcard-searches A few search layers:
|
Will discuss with stakeholders to understand the goal here. Having a indeterminate wildcard as opposed to a truncation or character wildcard in boolean search seems very strange. |
I think the authoritative statement of search behavior should be the search tips next to the search tools at https://digital.library.jhu.edu Based on that description "?" should replace only a single character not any number of characters. Here is the whole set of tips. Use double quotes (") to search as a phrase |
Related to UAT-3 (https://docs.google.com/document/d/1-ZGnCSrrXFJZTvBqm4ytGfMO-2LMaf0T02BgnJnmgVg/edit#), test case 3.9 ad 3.10.
When the wildcard is used in the middle of the search string, the result return is not as expected (0-1 result vs a few hundreds expected. We suspect this behavior is caused by the UI implementation or Solr, but by something in between.
The text was updated successfully, but these errors were encountered: