-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update README.md #4
base: main
Are you sure you want to change the base?
Conversation
README.md
Outdated
type: FILTER_CONDITION_TYPE.MATCH_1_TO_1, | ||
format: stringToRegexQuery | ||
}, | ||
state: { |
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.
we don't handle nested fields yet
can you change?
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.
yes, it would be interesting to say that too,
README.md
Outdated
key: 'state.uf' | ||
}, | ||
}, | ||
state: { |
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.
state { name } does not work
it should be state {}
or stateName { }
``` | ||
|
||
### Usage | ||
|
||
The most updated source of documentation are the test files, check the files in `src/__tests__/`. | ||
#### MATCH_1_TO_1 | ||
The example below includes use with or without regex, e sub field. |
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.
"e sub field" should be "and subfield"
chore(prime-cache): add missing prime function to createLoader
No description provided.