RichardKYA
Well-known member
I've been looking and I have found some old posts, so I'm not really sure if they are still relevant or if things have changed so that this is now possible via a simpler method.
I am trying to build a link that will search all forums for posts with the same prefix. I have this so far...
....which works, but obviously it is a keyword query for "****". I have to put 4 "*" to meet the minimum character query search.
Is there a way now to search all forums via prefix only without keyword queries? Or maybe a better way to build this link?
Thank you for any input
I am trying to build a link that will search all forums for posts with the same prefix. I have this so far...
Code:
{xen:link 'search/search/?keywords=****&type=post&prefixes[]=1'}
....which works, but obviously it is a keyword query for "****". I have to put 4 "*" to meet the minimum character query search.
Is there a way now to search all forums via prefix only without keyword queries? Or maybe a better way to build this link?
Thank you for any input