Islandora / advanced_search

This module creates several blocks to support searching. It also enables the use of Ajax with search blocks, facets, and search results.
GNU General Public License v2.0
3 stars 7 forks source link

Wildcard for simple/advanced search #5

Open kstapelfeldt opened 3 years ago

kstapelfeldt commented 3 years ago

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 commented 2 years ago

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: https://github.com/digitalutsc/advanced_search/commit/8c3bf4f47bf3635e4f759fdf7a322a374a9b9baa

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):

kstapelfeldt commented 2 years ago

Integration with ISLE-DC pending