sfmc-devtools
sfmc-devtools copied to clipboard
[BUG] retrieve method returns entries filtered by --like option
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
noticed while debugging something else in index.#fixKeys() retriever.retrieve() returned all 3 queries in my test case, including those for which we printed debug messages that they were filtered.
Expected Behavior
anything thats filtered for saving to disk should not be returned by the retrieve() method
Steps To Reproduce
- Go to '...'
- Click on '....'
- Run '...'
- See error...
Version
5.3.0
Environment
- OS:
- Node:
- npm:
Participation
- [X] I am willing to submit a pull request for this issue.
Additional comments
No response