We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
consumer should be able to return a collection of fields, where each can be marked as a String, Date or Number ?
all fields prefixed with Look_ to ensure uniqueness (like the tag groups)
LookMatch object should return these (strongly typed)
The text was updated successfully, but these errors were encountered:
can already use tags for this behaviour when equality checking - this could be used for comparison checking (see:#88)
FieldQuery { LookTag GreaterThan, LookTag LessThan, LookTag GreaterThanOrEqualTo LookTag LessThanOrEqualTo }
Sorry, something went wrong.
No branches or pull requests
consumer should be able to return a collection of fields, where each can be marked as a String, Date or Number ?
all fields prefixed with Look_ to ensure uniqueness (like the tag groups)
LookMatch object should return these (strongly typed)
The text was updated successfully, but these errors were encountered: