How to search two fields has the same value

There are two fields, id_cur and id_steady, i hope to query the content which id_cur == id_steady, how to implement, thank you

You can do that with a script but that will be slow.
I'd recommend doing that comparison at index time and store the result in a new field.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.