We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aede793
Add support for all SB-Tree and Hash indexes: #68, example:
indexFulltext : { type : 'string', index : 'fulltext' },
Bug fix: Exception was thrown when using decodeURIComponent with criteria modifiers: #67;
Added a couple of tests: 7ddb7a2 and aede793.