parisholley / wordpress-fantastic-elasticsearch

Improve wordpress search performance/accuracy and enable faceted search by leveraging an ElasticSearch server.
MIT License
162 stars 64 forks source link

A search that should result in no results returns all posts instead #31

Closed deltamualpha closed 11 years ago

deltamualpha commented 11 years ago

When I search for the term "asdf", for example, which is not in my content in any form, I get in return a chronological list of every post in my wordpress, including ones that aren't in my elasticsearch db. I'm guessing this is some weirdness related to how the plugin passes off the query to wordpress' internal search, because when I disable the plugin and search, I get the expected "0 results".

deltamualpha commented 11 years ago

Nevermind, upgrading to 2.0.1 fixed it, although now I see #30 occurring for me.