We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As all SFMC instances are different, before submitting a bug report please ensure that the following coditions have been met:
bldr config -l -d
bldr status
Current State
Input: $ bldr search --cb -f test
Result: test Search Results | 0 Results
Change the search to be by asset rather than folder
Input: $ bldr search --cb -a test
Result: test Search Results | undefined Results TypeError: searchRequest.forEach is not a function
The text was updated successfully, but these errors were encountered:
Hey @emark-wtcx thanks for submitting the issue!
Can you clarify if the issue is
If there should be matches returned, can you verify that you're getting the same results for other search criteria that should return matches.
Thanks!
Sorry, something went wrong.
anthonymzupancic
No branches or pull requests
BLDR-SFMC Bug Report
As all SFMC instances are different, before submitting a bug report please ensure that the following coditions have been met:
bldr config -l -d
to ensure that your configuration is saved and that the credentials match your Installed Packagebldr status
to ensure that the configuration you are attempting to use is set as theCurrent State
All conditions above are met.
Expected Behavior
Input:
$ bldr search --cb -f test
Result:
test Search Results | 0 Results
Steps to Reproduce
Change the search to be by asset rather than folder
Input:
$ bldr search --cb -a test
Result:
test Search Results | undefined Results
TypeError: searchRequest.forEach is not a function
Additional Context
The text was updated successfully, but these errors were encountered: