Skip to content
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

Wildcard for simple/advanced search #5

Open
kstapelfeldt opened this issue Aug 30, 2021 · 2 comments
Open

Wildcard for simple/advanced search #5

kstapelfeldt opened this issue Aug 30, 2021 · 2 comments
Assignees

Comments

@kstapelfeldt
Copy link
Member

kstapelfeldt commented Aug 30, 2021

Editing the issue title - We want wildcard for advanced search, and then Lucene search (defaulting to as fuzzy as possible in config) for the simple search.

@kylehuynh205
Copy link
Contributor

kylehuynh205 commented Oct 20, 2021

Detail about wildcard searching in Solr: https://solr.apache.org/guide/6_6/the-standard-query-parser.html#TheStandardQueryParser-WildcardSearches

Wildcard searching functionality is added with commit: digitalutsc@8c3bf4f

Live Demo:

Search with the following keywords on both https://core.digital.utsc.utoronto.ca/ and https://core.digital.utsc.utoronto.ca/advanced-search (with All):

  • network to test dismax search then net* to test with wildcard.
  • diplomacy to test dismax search then diplo* to test with wildcard.
  • 42.114025, -96.7072294 for dismax then 42.1* to test with wildcard.
  • bamboo for dismax then ba?boo to test with wildcard.

@kstapelfeldt
Copy link
Member Author

Integration with ISLE-DC pending

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants