<div dir="auto">1) You didn’t say which version (hopefully latest, greatest) but you should only need the entry in the validation block. Note an “anything” validation is not recommended.</div><div dir="auto">2) A qstring with no qitem is interpreted as a MapServer logical expression I believe, and your example is not a valid expression. What exactly is returned, I mean, what does empty mean? There might indicate a bug and a expression parsing error is being suppressed some where.</div><div dir="auto">3) A qitem+qstring is meant to cover a very simple use case. You’d need to use a plain qstring or even better, WFS to do something more complex.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 11, 2021 at 8:54 AM Carlos Neves (LREC) <<a href="mailto:cneves@lrec.pt">cneves@lrec.pt</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi list,<br>
<br>
I need to query and highlite a map in a Mapserver layer using ITEMNQUERY<br>
<br>
1st -  I have validate qstring for any character<br>
<br>
         METADATA<br>
             "wms_title" "counties"<br>
             "qstring_validation_pattern" ".*"<br>
         END<br>
         VALIDATION<br>
            "qstring" ".*"<br>
         END<br>
<br>
2nd - I'm not sure, but it seems in Mapserver Manual that  QITEM is an <br>
option and you can use expressions like "qstring=county_name = New <br>
York". I have no mapserver return error  but the query allways returns <br>
empty.<br>
<br>
<br>
3rd - With CGI qlayer=counties&qitem=county_name&qstring=New  it works, <br>
but i need to use others items  and others search conditions like <br>
substrings like "New Jersey" or "New York"<br>
<br>
<br>
Any help would be appreciated<br>
<br>
Carlos<br>
<br>
<br>
_______________________________________________<br>
MapServer-users mailing list<br>
<a href="mailto:MapServer-users@lists.osgeo.org" target="_blank">MapServer-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div></div>