Maybe an issue with my settings, but I'm trying to form a Parcel Owner search on my parcel layer. However when searching by value "contains adresss" I am always returned the maximum record count for that layer, 2000. Even when selecting from the drop down on a specific owner name returns all records. Strange. Search by shape seems to work fine. Thanks in advance. attached json config:
Solved! Go to Solution.
Leo,
Yes definitely your settings. You have set the definitionexpression for your Parcel Owner layer to be "1=1". The definition expression in the eSearch works just like in ArcMap. It is meant to limit your search results by a SQL statement. Well 1=1 means everything and basically overrides your search to return everything.
Leo,
Yes definitely your settings. You have set the definitionexpression for your Parcel Owner layer to be "1=1". The definition expression in the eSearch works just like in ArcMap. It is meant to limit your search results by a SQL statement. Well 1=1 means everything and basically overrides your search to return everything.
Ah makes sense . I thought that meant it would search all records.
Leo,
Don't forget to mark this question as answered.