Actions
Story #7142
closedUpgrade Solr to 3.6 to fix searching issue
Description
It looks like Solr has trouble with using wildcards and case insensitive searching for fields - so when we search for originText:*Ashjian* we get 0 results, but with originText:*ashjian* we get 116. It looks like it was fixed in Solr 3.6:
https://issues.apache.org/jira/browse/SOLR-2438
On Slack, Matt, Chris, and I agreed that at some point soon we should upgrade Solr in Metacat.
Actions