Bricks Version: 1.5.4
Browser: Chrome 90
OS: Windows.
I am using Relevanssi Premium on my site, it indexed all pages and posts, including the keywords.
When I try to search for a keyword on my site, “Relevanssi” algorithm detect where the keyword exist on all pages/posts.
Usually, when the search is made, the found posts/page should be displayed. However, is not really working as expected and I have showed an example below.
Here is my post query
Example,
Now, I am searching for " something love "
The Number in the end comes from $posts_found
global $wp_query;
$posts_found = $wp_query->found_posts;
echo $posts_found;
However if I searched for “love” the query output the post/page
How I can make the post query loop and Relevanssi work together.
I hope I was clear in articulating the issue.
Thanks