Skip to content

Refresh a selection of documents

Compare
Choose a tag to compare
@corentinheadoo corentinheadoo released this 15 Dec 11:02
· 16 commits to master since this release
0d64f71

refresh a selection of documents, with new options:
--id:
Used alone, refresh the document where the 'id' equals this value
Used with 'where', refresh the documents where field 'where' equals this value
--where
Always used with option 'id', refresh the documents where field 'where' equals this value
--join
Join on another entities. The 'where' clause is apply on the last entity.