billc108
Member
Posted 1 year ago #
Maybe I've missed a setting somewhere, but when I search on a phrase that I know exists on the site, I get a "not found". It looks to me as though the search is concatenating the words and skipping the spaces.
So if searching on "word1 word2" (with or without the quotes), the page returned says
Not found word1word2 in your blogs.
A search on either word1 or word2 is successful.
http://wordpress.org/extend/plugins/multisite-global-search/
aliciagh
Member
Plugin Author
Posted 1 year ago #
Hi Bill,
I want to replicate your problem but when I search two words like "hello world" without quotes it works. If I use quotes don't work...
aliciagh
Member
Plugin Author
Posted 1 year ago #
Version 1.2.8 include search multiple keywords regardless of the order. Now you can search "word1 word2" or word1 word2, I mean, literal search or multiple terms search.
I checked the code and there isn't any order that deletes whitespaces in search term.