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

Wordpress Filters searcher_search missing argument #123

Closed wkw closed 9 years ago

wkw commented 9 years ago

The filters wiki page for searcher_search is missing the $search arg. this line in src suggests... ... it should be: elasticsearch_searcher_search (\Elastica\Search $search, \Elastica\Query $query)

would have done pull req. but couldn't figure out how to do that for the wiki

parisholley commented 9 years ago

updated!