Allow for the negation of a filter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
## Context
I was trying to filter all rows in a table that had a `url` field and I was looking for all `urls` that did not end in `/`.
First I thought that allowing for `not like` would be what I needed but on more careful consideration, maybe a general negation of the filter might be better.
It is worth noting that simply allowing `not like` would cover most scenarios.
## What software versions are you using?
Postico version:
Version 1.5.20 (8940)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue concerns table filtering for a url field in Postico 1.5.20, but it names no files or tests. Start by locating the table-filter entry point and determine how filter operators are represented. Done should support negating a filter, including the reported case of URLs that do not end in /.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100