Skip to content
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

Feature Request: extend search to filter by cookie content #14

Closed
scheinercc opened this issue Apr 20, 2018 · 4 comments
Closed

Feature Request: extend search to filter by cookie content #14

scheinercc opened this issue Apr 20, 2018 · 4 comments

Comments

@scheinercc
Copy link
Contributor

Heya,

Would it possible to filter by cookie content? E.g. if I wanted to delete all __utma cookies it would be handy to just filter for "__utma", select all results and hit a delete button.

Cheers

@ysard
Copy link
Owner

ysard commented Sep 24, 2018

Hi, I'm trying to implement this feature, here is a draft of the interface:

image

The interface is likely to change if it is not understandable enough.

It allows forging a query that will search in the names or values of cookies in addition to the domain name.
If you specify multiple 'name' or 'value' filters, these will be linked by an OR operator, but if you specify a 'name' filter and a 'value' filter, these will be queried with a logical AND.

@scheinercc
Copy link
Contributor Author

Cool! Thanks for all your efforts.
Is the overlay "Search term: [blue bordered input] in cookie..." the search field and the other one on top with :name:"utm" just for displaying the current search?
It would be simpler to only have the top input field and to not have to select between names and values, but if by default both would get searched.
:name: and :value: could be documented special searches, like site: in search engines.

What do you think?

@ysard
Copy link
Owner

ysard commented Oct 7, 2018

In fact the menu (likely to be modified) is used to forge the query that is inserted in the usual search field.
Basically, either you type yourself ': name: xxx' or you go through the menu by typing directly 'xxx' and then clicking on the item 'name'. The system is similar to that of GitHub for filtering issues.

I think searching for default names, values, and domains will be disturbing since we have a list of domains below, and the most common use case is domain search.

@ysard
Copy link
Owner

ysard commented Oct 17, 2018

It is now implemented in the last version available; feel free to reopen this issue if the feature needs an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants