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 filter rows by inequality. #36

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

IdlePhysicist
Copy link
Owner

Allows rudimentary filtering of rows using inequalities, in Caves &
Cavers, on columns Views & Count respectively.

Added comments to search methods that attempt point out the goofy
nature of that function, i.e. that it needs to return false
generally, and that we only return true if there is something we
want to not display there by only displaying what matches our
search criteria. Not sure exactly why I wrote it that way.

Updated .gitignore to exclude tags file.

Allows rudimentary filtering of rows using inequalities, in Caves &
Cavers, on columns Views & Count respectively.

Added comments to `search` methods that attempt point out the goofy
nature of that function, i.e. that it needs to return `false`
generally, and that we only return `true` if there is something we
want to _not_ display there by only displaying what matches our
search criteria. Not sure exactly why I wrote it that way.

Updated .gitignore to exclude tags file.
@IdlePhysicist IdlePhysicist added this to the v2.0.0 milestone Feb 8, 2022
@IdlePhysicist IdlePhysicist self-assigned this Feb 8, 2022
Copy link
Owner Author

@IdlePhysicist IdlePhysicist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@IdlePhysicist IdlePhysicist merged commit 788e98c into develop Feb 8, 2022
@IdlePhysicist IdlePhysicist deleted the feature/filter-by-inequality branch February 8, 2022 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant