[ic] Results.html help

interchange-users@icdevgroup.org interchange-users@icdevgroup.org
Fri Apr 4 23:22:00 2003


Hello all, please help this is killing me. In the results.html file there is the following code within the [search-list] tags:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[item-change 1][condition][item-field category][/condition]

<tr class="contentbar1"> 
  <td colspan="6">&nbsp;[either][value banner_text][or][item-field category][/either]</td>
</tr>

[/item-change 1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I want to be able to replace the word next to 'item-field' in this case 'category' with a variable that stores the item-field that the user selected from the list displayed in category_vertical. I am able to store the selection to a variable but don't know how to place the variable next to 
'item-field' so it works (i.e. [item-field [scratch usr_selection]] )
Another approach I was going to take was to make a different results page for all possible item-fields but when I do that the category_vertical search results display garbage.
Thanks for any help...Bill