Skip to content

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