Bug Searching for falsy values (ie 0) doesn't work

There is a bug in this version
X

Xon

Guest
There are a number of places which search_query doesn't do strict equality checks, and keyword handling when plumbing into the Query entity doesn't do it either.

Additionally; XF\Pub\Route\Search::build should use something like Searcher::isQueryEmpty check instead of just testing if search_query is falsy.

Continue reading...