This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 219ed263b Merge pull request #5927 from apache/dreyfus-purge-ok
add f231a28a0 perf: Pre-parse fields when normalizing Mango selectors
add 7f87ba630 fix: Hide the format of selector fields inside
`mango_selector`
add 3e16debf5 fix: Make sure selectors are valid JSON before storing them
in mango_idx:add
add 66703ea40 fix: Make text search handle sort fields with the new
selector structure
new 05dffb9a6 Merge pull request #5869 from
neighbourhoodie/faster-norm-fields
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/mango/src/mango_cursor.erl | 2 +-
src/mango/src/mango_cursor_view.erl | 2 +-
src/mango/src/mango_idx.erl | 2 +-
src/mango/src/mango_idx_view.erl | 19 +++++++++-------
src/mango/src/mango_selector.erl | 43 +++++++++++++++++++++--------------
src/mango/src/mango_selector_text.erl | 10 ++++----
src/mango/src/mango_util.erl | 27 ++++++++++++++++++++++
7 files changed, 72 insertions(+), 33 deletions(-)