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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hi, folks
we're using Postgres index (rather than ES index) in our QA env, and we noticed some issues when searching the workflows.
after digging into the source code of
https://github.com/conductor-oss/conductor/blob/main/postgres-persistence/src/main/java/com/netflix/conductor/postgres/util/PostgresIndexQueryBuilder.java#L83-L88
to_tsquery
could be the issueper the article http://blog.mochimarks.com/2017/03/should-i-use-plaintotsquery-or-totsquery.html
I'm thinking shall we use
plainto_tsquery
here vs.to_tsquery
?Beta Was this translation helpful? Give feedback.
All reactions