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

Added query override and ability for filter OR's #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

aphex
Copy link
Contributor

@aphex aphex commented Jun 6, 2012

Sorry for the updates but please review this i had added the ability to do multiple properties in a filter for something like WHERE x=="10" || y=="10" like this

filters: [
    {
        property: ["Common", 'SciName'],
        value: searchString,
        caseSensitive: false,
        exactMatch: false
    }
]

Also added the ability for store.load to pass in a totally custom query skipping the abstraction

store.load({query: sql});

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