We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.