Hi,
Let's say the following example :
In the HTML5 output we search for 'content'.
=> Result > ALL micro content (limited to 3 in our case) containing 'content' is shown, including 'blabla content', 'content blabla', 'to blabla this content'.
We don't want those micro contents to be shown when searching for 'content', but only when searching for:
- 'blabla content' => show 'blabla content' micro content
- 'content blabla' => show 'content blabla' micro content
- 'to blabla this content' => show 'to blabla this content' micro content
So is it possible to 'hide/exclude'' certain micro content for specific search terms (phrases) ?
Or to determine that only certain search strings are taken into account ?