Releases: certego/AtlasQ
Releases · certego/AtlasQ
0.3.1
__exists
is converted to the text equivalent exists
0.3.0
Added Regex transformation
You can now use the Embedded document text search
0.2.7
Hotfix execution time log
0.2.6
Override of order_by
to always use the sort
aggregation
0.2.5
Rollbacked changes for default behaviour. Always atlas text search
0.2.3
Fix corner case where there are only aggregations and not $search filters
Fix typo on debugging environment
0.2.2
__search
should now be removed from the caller
0.2.1
What's Changed
- __text becomes __search + text search removed if an atlas index is not set by @0ssigeno in #21
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Aggregation execution time can be logged, since
.explains()
does not exists in the CommandCursor
by @0ssigeno in #19
- The default behaviour is to use the
match
aggregation when possible and when __text
is not added in the keyword by @0ssigeno in #19
Full Changelog: 0.1.7...0.2.0