Select to view content in your preferred language

Enhanced Search returns all records from "value search"

3236
3
Jump to solution
09-10-2015 12:33 PM
LeoLadefian4
Deactivated User

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:

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

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.

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

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.

LeoLadefian4
Deactivated User

Ah makes sense .  I thought that meant it would search all records.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Leo,

   Don't forget to mark this question as answered.

0 Kudos