Hi, I’m new to TVExplorer so apologies if this question has already be answered.
I have three TVs each with a different value, the search will need to look at all three values and return a result based on the value matched. The search should show items with a value less than, so I need to filter results to only display items with a select template with a any of the TVs value with less than.
I have scripted the following code:
[[tvExplorer? &dittoName=`Ditto`&formTPL=`pressform`&dittoSnippetParameters=`filter:template,19,1|parents:64|depth:4|debug:1`]]
[+tve.searchForm+]
<h3>[+total+]</h3>
[+tve.dittoList+]
The code should filter out all other templates to only show template id 19, unfortunately this fails to work
<form action="[~[*id*]~]" name="tvExplorer" id="tvExplorer" method="get">
[+tve.keywordsSearch:tvtype->text:filter->5:includeTVs->all+]
<fieldset class="sendForm">
<input id="tve_search" name="search" value="Search" type="submit">
</fieldset>
</form>
I would like to only search the TV1 TV2 and TV3. How would i code this?
I’ve been playing with tvExplorer for the last couple of days but am quite stumped with this, any help very welcome