You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@oskardudycz as promised.
When running text search against documents, exact and partial words will return results but only when in string properties. Enums must be an exact match, although the case does not matter.
I would have thought that when searching a document the enums would be treated as strings and therefore partial words would be enough to return a result.
Example
Property value in database: PricedIdeaScreening
Search parameter: Priced
This does not work when the value is of type enum, but does work on string properties.
@oskardudycz as promised.
When running text search against documents, exact and partial words will return results but only when in string properties. Enums must be an exact match, although the case does not matter.
I would have thought that when searching a document the enums would be treated as strings and therefore partial words would be enough to return a result.
Example
This does not work when the value is of type enum, but does work on string properties.
Running PGSQL 11.1
Store options
Sample Json
Property and value in question:
Type = PricedIdeaScreening
.**Tested Queries using .Search() and .PhraseSearch() **
Fails
Fails
Passes
Passes
Edit:
Adding my custom serialization:
Let me know if you need any other bits.
The text was updated successfully, but these errors were encountered: