Skip to content

Better Index Support

Compare
Choose a tag to compare
@dmarcelino dmarcelino released this 24 Mar 20:10
· 121 commits to master since this release
  • 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.