Hello
I try to understand some concept.
I’ve got some posts with title, text and tag.
Exemple : title: dog / text : it’s a beautiful animal / tag : white
If I perform a search with title and text parts, it’s ok : I search “dog beautiful”, it’s working.
But if I perform a search with title and tag, it doesn’t find it : I search “dog white”, it’s not working.
And I don’t want to activate “Return post tags as results”.
In my exemple, when I search for a tag alone like “white”, it find my post.
But if I search the expression “white dog” (tag + title), it doesn’t find the post…
Or “white beautiful” (tag + content extract), it doesn’t find the post too.
I guess you have the keyword logic set to “AND” and using the “Regular engine”.
If so, you have two ways of solving this:
1. Setting the keyword logic to “OR” – because with the regular engine the logic applies per field base: http://i.imgur.com/NC5yRmn.png
Therefore the term “white beautiful” with the “AND” logic would have to match one of the fields for both words at the same time.
2. Using the same keyword logic, but using the index table engine. The index table stores the extracted keywords with occurence data, and is able to connect them regardless of their source location – solving the problem facing the regular engine.