Class PropertyInfo has properties SearchOperations and IsSearchable.
Do I understand correct: these ‘search’ properties tell about different searches? SearchOperations is list of SQL condition operations that can be applied to the property in a DQL statement. IsSearchable is some other search (which one?) These 2 searches have nothing in common.
Am I right?