FullTextSearch - Invalid input value for enum
已回答
When using Full-text search on Postgres, Datagrip tries to search `enum` fields with an `=` even if the search value isn't a valid enum value.
This causes the search to fail with errors like:
```
[22P02] ERROR: invalid input value for enum opportunity_template_status: "5ef289cca0fa3978d975c369" Position: 166
```
Has anyone experienced this? Is it a bug I should report somewhere?
请先登录再写评论。
I filed and issue based on your description https://youtrack.jetbrains.com/issue/DBE-11445