Skip to content

Releases: certego/AtlasQ

0.3.1

31 Aug 13:23
Compare
Choose a tag to compare

__exists is converted to the text equivalent exists

0.3.0

31 Aug 08:10
Compare
Choose a tag to compare

Added Regex transformation
You can now use the Embedded document text search

0.2.7

30 Aug 13:57
Compare
Choose a tag to compare

Hotfix execution time log

0.2.6

30 Aug 08:20
Compare
Choose a tag to compare

Override of order_by to always use the sort aggregation

0.2.5

29 Aug 15:33
Compare
Choose a tag to compare

Rollbacked changes for default behaviour. Always atlas text search

0.2.4

29 Aug 13:58
Compare
Choose a tag to compare

Single message log

0.2.3

29 Aug 10:15
Compare
Choose a tag to compare

Fix corner case where there are only aggregations and not $search filters
Fix typo on debugging environment

0.2.2

26 Aug 16:31
310c276
Compare
Choose a tag to compare

__search should now be removed from the caller

0.2.1

26 Aug 15:45
ca3215b
Compare
Choose a tag to compare

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

26 Aug 13:39
a148f95
Compare
Choose a tag to compare

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