Skip to content

Conversation

@ISOsipov
Copy link
Contributor

Filter

Version number 1

This is the first version of our filter. Now it can allow us to find rows using:

  • Comparators: <, >, =, >=, <=, != ;
  • Logical operators: or, and .

For example, we can input the next string for filter:

variable1 >= number and variable2 != 'string' or variable3 = variable4

@CimimUxMaio
Copy link

CimimUxMaio commented Sep 12, 2022

I've uploaded some tests for this functionality.

To run them you have to use the command:

python -m unittest

Currently they are all failing due to the same error:
image

Can you investigate? You may want to look into the tests code, maybe I am using this function wrong.

@DmitryMK DmitryMK changed the base branch from main to feature/json-manager October 28, 2022 15:28
@CimimUxMaio CimimUxMaio merged commit 6d14f69 into feature/json-manager Jan 23, 2023
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.

3 participants