I guess there must be a simple solution, but... anyone knows what is necessary to put in a link to perform an exact search in a text field? Since now I have done: href="
http://FMPro?-db=stats_3.fp5&-format=result.htm&-lay=main&-sortfield=number&-sortorder=ascend&-op=equals&parameter=[FMP-field: parameters]&-find=">
The field "parameter" is a text field and some records have different values but the first words are the same. For example, some records have the value "Number of visits" and others have the value "Number of visits over the web". So, if I use the operator "equals" in a link, the search appears like
=Number of visits, and I want to appear like
==Number of visits to perform an exact search to exclude the records with the value "Number of visits over the web"