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

Add FieldIndexer #94

Open
Hendy opened this issue Mar 5, 2019 · 1 comment
Open

Add FieldIndexer #94

Hendy opened this issue Mar 5, 2019 · 1 comment

Comments

@Hendy
Copy link
Owner

Hendy commented Mar 5, 2019

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)

@Hendy Hendy changed the title Add FieldIndexer Add FieldIndexer ? Mar 8, 2019
@Hendy
Copy link
Owner Author

Hendy commented Mar 8, 2019

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
}

@Hendy Hendy changed the title Add FieldIndexer ? Add FieldIndexer Apr 6, 2019
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

No branches or pull requests

1 participant