Is it possible to access fields of each search result entry from inside a channel form tag nested within the search results tag?
I want to nest a channel form tag within the low_search:results tag and use if/else logic to determine how to display it, something like this: http://pastie.org/9620786 .
Is it possible to access fields in each search result entry from within the nested channel form tag?
Replies
Low 4 Oct 2014 21:35
Like that, no. The Results tag uses the native channel:entries tag, so the same rules apply. You'd have to use embeds or something like that.