sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[BUG] retrieve method returns entries filtered by --like option

Open JoernBerkefeld opened this issue 2 years ago • 0 comments

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

  1. Go to '...'
  2. Click on '....'
  3. Run '...'
  4. 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

JoernBerkefeld avatar Sep 22 '23 07:09 JoernBerkefeld