Hi all,
I am using Search Query Field http://www.seblod.com/store/extensions/19157 to allow clients to check if the title (art_title) of an entry already exists.
It is working fine but I can't make the titles on search results link to content view. I've tried the usual link view (#2) in list but no luck. Is this possible?
The code I am using on the search query is:
SELECT title FROM #__content
WHERE
[MATCH]title||$uri->getValue('dir_keywords')[/MATCH]
And on the List I add the Article Title.
Any help would be greatly appreciated.
Anjo