When applying a filter during a spatial search is it necessary to type in a valid query statement?
For example, I'd like to search for crimes in a particular ward. I have a WardID field with ward numbers. To apply the filter I must type WardID = 18 for the where statement.
Is it possible to configure a default in the config file so users would only have to enter a ward number?