I have a SQL2 query that returns the pages that include content matching my search terms. I'm using
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I am not able to fully understand what you trying to do with those INNER JOINS but if its just a fulltext search then you can easily convert it to predicates like
path=/content/mysite/en
fulltext=mysearchterm
I am not able to fully understand what you trying to do with those INNER JOINS but if its just a fulltext search then you can easily convert it to predicates like
path=/content/mysite/en
fulltext=mysearchterm
I'm using the inner joins to get the list of pages that contain the hits, not the hits themselves. However, I realize now that this wouldn't get me an excerpt to go along with a page anyway.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies