tlaloc911
tlaloc911
@asonkeri , search filter could also take advantage of tagging packages/bruno-app/src/utils/collections/search.js Before ~~~ export const doesRequestMatchSearchText = (request, searchText = '') => { return request?.name?.toLowerCase().includes(searchText.toLowerCase()); }; ~~~ After: ~~~ export...
I create a PR pointing to @asonkeri's branch to made some GUI improvements related to tags Add tag list with unique tags to collection info, runner and folder runner, tab...
> Maybe > Just realized #3853 implemented styles for skipped requests. I guess this feature should also use that instead of just not running the requests like it does now....
Some ideas for future PRs related to this: - Folder level tags - Advanced filtering: include / exclude; and/or - Filter results
Sadly, there is no oportinity to check timeline because of freezing Also looked for errors in console but nothing interesting, all messages are previous to request ~~~ P S ...\bruno_2.14.1_x64_win>...
I register issue #1874 & PR #1875 with a solution to this, it is not merged
There is another unmerges PR related to filtering #1230 , to allow folder name search, and it added a button to alternate between regular and by folder search, you culd...