1. 312e2c4 Add `$allMatch` selector by Lucas Satabin · 7 years ago master
  2. a319d92 Ignore design docs when using _all_docs by Garren Smith · 7 years ago
  3. 6660b37 Do not allow empty field name by Tony Sun · 8 years ago
  4. 4afd60e Add config parameter to reject index all text indexes by Tony Sun · 7 years ago upstream
  5. 50066bc Add .rebar/ to gitignore by katsel · 8 years ago
  6. d8792e4 Tiny improvements for test README by katsel · 8 years ago
  7. 30b3696 remove docs for missing_is_null as the feature was removed by Robert Newson · 8 years ago
  8. ddd6a4d Configurable default limit by Robert Newson · 8 years ago
  9. 610ccb6 Merge remote-tracking branch 'cloudant/3143-fix-default-limit' by Jan Lehnardt · 8 years ago
  10. 29b5944 Fix test suite check for text indexes by Paul J. Davis · 8 years ago
  11. d8432c5 Set default limit to 25 by Paul J. Davis · 8 years ago
  12. 1a42156 Add op_field term to fix special $or case by Tony Sun · 8 years ago
  13. 01252f9 add mango catch-all feature by Robert Kowalski · 8 years ago
  14. db3116c Add filter test by Tony Sun · 9 years ago 2913-port-missed-commits
  15. f1f816b Return fields provided by user only by Tony Sun · 9 years ago
  16. a02f610 Fix user defined index selection by Tony Sun · 8 years ago 2835-fix-index-selection
  17. 090dc67 Add tests to verify the effect of enabling/disabling index_array_lengths by brkolla · 9 years ago
  18. bf44d0f Provide an ability to disable the indexing of array lengths. by brkolla · 9 years ago
  19. a297e2e Correctly handle unsupported HTTP methods per resource by Alexander Shorin · 9 years ago
  20. 0cc0fb8 validate that all POST requests with json body must have also have valid by Mayya Sharipova · 9 years ago
  21. 0dd2000 Fix $nin operator by Tony Sun · 9 years ago 2844-fix-nin
  22. 06cf106 Handle malformed manual design docs. by Tony Sun · 9 years ago 2816-malformed-docs
  23. ea662ba Update Erlang releases for build matrix by Alexander Shorin · 9 years ago
  24. 46b58a3 Pass supervisor's children to couch_epi by ILYA Khlopotov · 9 years ago
  25. 19184f3 Update to new couch_epi API by ILYA Khlopotov · 9 years ago
  26. 9eb60e7 Fix crypto deprecations by Robert Newson · 9 years ago
  27. bb595d0 Fix comparison operators for strings by Tony Sun · 9 years ago 2808-fix-comparison
  28. f924032 Also append quotes for specific numeric string field by Tony Sun · 9 years ago 2806-numeric-string-field
  29. 87faac1 Shorten tests by Tony Sun · 9 years ago
  30. 2793b9f Use hypothesis instead of random values for num_string tests by Tony Sun · 9 years ago
  31. ba961dc Make testcases skip automatically when no text service by Tony Sun · 9 years ago
  32. 1de64ea Whitespace by Tony Sun · 9 years ago 2787-merge-repos
  33. 17e4abf Reinstate skip tests by Tony Sun · 9 years ago
  34. f12076f Remove extraneous error message by Tony Sun · 9 years ago
  35. 8b6d0db Use short circuit operators by Tony Sun · 9 years ago
  36. 928d76a Use config:get_integer by Tony Sun · 9 years ago
  37. 874e8d2 Use module_loaded instead of module_info by Tony Sun · 9 years ago
  38. 6100a0b Return 503 if dreyfus service does not exist by Tony Sun · 9 years ago
  39. 838c632 Modify tests for skip by Tony Sun · 9 years ago
  40. 805fee5 Remove mango_cursor_text.erl from path if dreyfus does not exist by Tony Sun · 9 years ago
  41. 8d496c1 Request an EJSON body when opening documents by Tony Sun · 9 years ago
  42. b2f62f1 improve regex test by Tony Sun · 9 years ago
  43. 97162fd add tests by Tony Sun · 9 years ago
  44. 7032bf5 stash compiled regexs in mochiglobal by Tony Sun · 9 years ago
  45. 460fcd4 Replace element position with brackets by Tony Sun · 9 years ago
  46. f481b56 Correctly choose index type by Tony Sun · 9 years ago
  47. a814fe7 Add text index field validator by Tony Sun · 9 years ago
  48. 85f8a2b Fix $size operator by Tony Sun · 9 years ago
  49. e80608d Fix $all operator by Tony Sun · 9 years ago
  50. cdc9fe5 List text indexes correctly by Tony Sun · 9 years ago
  51. 5df74ff Fix field_exists_query by Tony Sun · 9 years ago
  52. 4f05552 Fix compilation error by Tony Sun · 9 years ago
  53. 10fcac2 Handle extra <<>> when elemMatch normalizes selector by Tony Sun · 9 years ago
  54. ca5ff7b Add numeric string tests by Tony Sun · 9 years ago
  55. a8def14 Add quotes to numeric strings by Tony Sun · 9 years ago
  56. 29eddf0 Remove text search limit by Tony Sun · 9 years ago
  57. fc1e36f Revert "Remove reference to _text indexes" by Tony Sun · 9 years ago
  58. 677cd2a Merge pull request #10 from kxepal/travis by Alexander Shorin · 9 years ago
  59. 93a4bc1 Return HTTP 501 index_not_implemented error for text indexes by Alexander Shorin · 9 years ago
  60. 6ba768f Fix index name check by Alexander Shorin · 9 years ago
  61. 0f34ae2 Integrate with Travis CI by Alexander Shorin · 9 years ago
  62. 08294c6 Add Makefile by Alexander Shorin · 9 years ago
  63. 0e35541 Remove a superfluous closing brace by Adam Kocoloski · 9 years ago
  64. 4abd474 Merge branch '2724-chunked-buffering' by Adam Kocoloski · 9 years ago
  65. 47ee021 Buffer rows to reduce number of chunks by Adam Kocoloski · 9 years ago 2724-chunked-buffering
  66. 1231788 Use a record for callback accumulator by Adam Kocoloski · 9 years ago
  67. 7fa9763 Use dynamic handlers by ILYA Khlopotov · 9 years ago
  68. 520587d Add `mango_app` and `mango_sup` by ILYA Khlopotov · 9 years ago
  69. a0cac18 Add support for index pagination by Tony Sun · 9 years ago 2652-index-pagination
  70. fa557b7 Remove write quorum by Tony Sun · 9 years ago 2663-remove-w-quorum
  71. 6490184 Enable bulk deletes by Tony Sun · 9 years ago
  72. f6d4901 Return ddoc id and index name by Tony Sun · 9 years ago 2645-return-doc-id
  73. 8930288 Use different comparison function by Tony Sun · 9 years ago 2622-fix-cmp-function
  74. 698e349 Handle unsatisfiable [empty] ranges by Tony Sun · 9 years ago tonysun83-start-end-key-issue
  75. 931d227 Fix `mango_util:load_ddoc/2` by Klaus Trainer · 9 years ago
  76. 46d84de Upgrade to couch_mrview #2 by Robert Newson · 9 years ago
  77. 571c757 Convert from twig to couch_log by Robert Newson · 9 years ago
  78. bf2bfa8 Upgrade to couch_mrview by Robert Newson · 9 years ago
  79. 955a42c Remove reference to _text indexes by Robert Newson · 9 years ago
  80. 09e4b81 Merge pull request #21 from cloudant/43621-mango-escape-period by Tony Sun · 9 years ago
  81. a7c88e5 Add tests to test for field names with period by Tony Sun · 9 years ago
  82. 8af882b Escape field name with period correctly by Tony Sun · 9 years ago
  83. bdf9cf7 Merge pull request #20 from cloudant/43531-mango-text-sort-desc by Tony Sun · 9 years ago
  84. e57dcc5 Fix text sort desc by Tony Sun · 9 years ago
  85. 801857d Merge pull request #19 from cloudant/33294-query-text-search by Tony Sun · 9 years ago
  86. aa4edf4 Support Text Index Creation by Tony Sun · 10 years ago
  87. bb91429 Fix queries that include {"$exists": false} by Paul J. Davis · 9 years ago
  88. 8f3b355 Introduce the $text operator to mango_selector by Paul J. Davis · 9 years ago
  89. 1b0426a Implement the use_index query parameter by Paul J. Davis · 9 years ago
  90. 812cf6b Implement the _explain endpoint by Paul J. Davis · 9 years ago
  91. 06bf775 Move view specific logic to mango_cursor_view by Paul J. Davis · 9 years ago
  92. 7a9de34 Move view specific logic to mango_view_idx by Paul J. Davis · 9 years ago
  93. 08c3320 Move key tests to their own test suite by Paul J. Davis · 9 years ago
  94. 9ed1304 Allow cursors to add KVs to the find response by Paul J. Davis · 9 years ago
  95. d1d13e6 Refactor the test suite by Paul J. Davis · 9 years ago
  96. fc8d7d0 Fix trailing whitespace by Paul J. Davis · 9 years ago
  97. bb30744 Merge pull request #17 from cloudant/license-headers by Robert Kowalski · 9 years ago
  98. 9cfe0a9 Merge pull request #18 from cloudant/change-description by Robert Kowalski · 9 years ago
  99. 11343b2 change description by Robert Kowalski · 9 years ago
  100. 440856a add license headers to source files by Robert Kowalski · 9 years ago