thequbit / monroeminutes

Town Meeting Minutes Aggregator and Search Engine
GNU General Public License v3.0
9 stars 5 forks source link

Adjust how ElasticSearch handles partial words #54

Open thequbit opened 10 years ago

thequbit commented 10 years ago

It appears that ElasticSearch is not working the way I would expect. If you search for 'frack' you get different results form 'fracking' ... Which I wouldn't expect.

I assume this is fairly straightforward, I just need to research it. The file where this sits is in searchapi.py and will be in the search() function.