@ Mark
You’ll have to give me exact example because I can not see the issue…
I searched for apple and I receive 16 results. It appears these are primarily being returned because in each of those entries there is a list and that list has a class name of Apple-dash-list. As explained in this post to another user, these will be returned as results because there is no method with exluce HTML class names when performed a search in the WordPress database.
If you do not want these to be returned as results, you’ll have to edit each entry, switch the Notes field to the Text tab and remove class="Apple-dash-list" from the list.
Searching for app returns no results. This is because the [connections] shortcode on the page has the category shortcode option set, limiting the results to these categories category="26,45,69,98,275,304,305,306".
If you do the same search in the admin, you will get 5 results because it is not being limited by category. If you want these same results on the frontend, you will have to remove the category limitation in the shortcode.
Overall, it does appear the search results are correct.
I hope this helps!
