We recently updated our map services to 10.22, I just change the url inside our SearchWidget.xml file and everything else is the same. The eSearch Widget we use is 2.4 version.
All the parameters names and types are the same as before, we just use the new map services. The codes are as below inside the eSearch Widget:
<expression alias="Permitted Flows Greater Than" textsearchlabel="Permitted Flows Greater or Equal to [Example:2.5]:">Permitted_Flow >= [value] & Permitted_Flow_Type = "MGD" </expression>
<expression alias="Permitted Flows Less Than" textsearchlabel="Permitted Flows Less or Equal to [Example:2.5]:">Permitted_Flow <= [value] & Permitted_Flow_Type = "MGD" </expression>
Is there anything wrong with the codes? If they work well for the map service 10.01, why they suddenly are not working for 10.22? Thanks a lot!