cfpb / sheer

A tool for loading arbitrary content into Elasticsearch and serving that content on the web.
Creative Commons Zero v1.0 Universal
29 stars 23 forks source link

Allow for spaces in url filters #66

Closed dpford closed 7 years ago

dpford commented 10 years ago

Currently, the url filter splits the term on spaces. We'll need to check for spaces, and use a different type of filter in that case (I believe a "match" query would preserve spaces).