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
thanks for the greate software to sync mongodb to elastic.
when using the findOne method in the transformation to do a lookup in the database, is it possible to have it select the last record and not the first?
The text was updated successfully, but these errors were encountered:
If you have any field that you can use to determine the first record or the last record, something like timestamp maybe createdAt, _updatedAt etc. or based on your criteria for sorting, it should be easy to achieve what you want.
thanks for the greate software to sync mongodb to elastic.
when using the findOne method in the transformation to do a lookup in the database, is it possible to have it select the last record and not the first?
The text was updated successfully, but these errors were encountered: