-
-
Notifications
You must be signed in to change notification settings - Fork 63
Add backend tags support for profiles #2974
New issue
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
Conversation
|
Moving back to draft while I add crawl filtering to list GET endpoint |
6199be9 to
8baeb74
Compare
- Add support for tags in profile create and update endpoints - Add profile tagCounts endpoint to aid in list filters/search - Add tests
c555fa9 to
be40df0
Compare
|
@SuaYoo Tag filtering now added. I had to rebase on the changes in main so just going to make sure all looks okay in the tests (edit: all looks good! backend and nightly tests all passed) |
|
Tested with #2976 and filters are working; minor note, it looks like the tag filter name is slightly inconsistent between endpoints:
|
Yeah, this is a good point - I wonder if we should make it one or the other? I think we use We could:
|
Yes let's have browser profiles be whichever we want the query to be moving forward. |
add 'tags' to crawl workflows, deprecate but keep 'tag'
SuaYoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested new changes, looks good
Fixes #2961