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.