Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
245 stars 149 forks source link

Enable wildcard searches by default #308

Open torrin47 opened 6 years ago

torrin47 commented 6 years ago

Years of conditioning by Google have created an expectation among users that search engines are "smart" and will return results that include both wildcard and fuzzy matches by default, without the need to learn and utilize cryptic search syntax. The Lucene index in Geoportal does a great job with wildcard results, but not by default, only if you figure out to use the right syntax. Advanced and strict Lucene search syntax has a role, but among a small audience of specialized users, and should be something a user needs to opt into.