Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Custom field wildcard search
colak wrote #304698:
i had a similar problem where events have more than one venue (CF name venue). THis worked with article custom
<txp:article_custom limit="999" label="Previously at NAC" venue="NeMe Arts Centre%" section="events,participations" labeltag="h3" break="li" wraptag="ul" class="submenu" />...
Note the % mark at the end of the venue.
Thank you Yiannis; you’re a life saver.
<txp:article_custom limit="10000" section="products" SlipRating=";%" />
does the trick in vastly speeding up my custom field search function where SlipRatings has a bunch of values delimited by ;
and :
.
Offline
Pages: 1