-
Type: Bug
-
Status: New
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Vocabularies
-
Labels:None
-
Environment:
Proposed
-
Proposal:
-
Resolution:
The enum type SearchExpressions has no description, suggesting it simply is a set of flags allowing to turn on an arbitrary combination of search features. This suggests that the value none with a numeric value of 0 means "no features are on".
The description of none however is "Single search term", suggesting that this is the minimum feature set, and other features can be added on top.
The single use of type SearchExpressions is in the negatively named property UnsupportedExpressions, with a default value of none. Does this mean that:
- "Single search term" is not supported, i.e. even the most basic search will not work?
- "None of the features are not supported", i.e. everything is supported?