Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-55604

Allow $text queries on time series views for metadata

    • Query Integration

      This work is dependant on support for text indexes on time-series collections.

      We'd need to change the parsing behavior to specifically allow $text on a time series view. Currently $text must be with a $match at the beginning of the pipeline and is also specifically banned on views (although there is no custom error message).

      We'd also need to ensure that the meta predicate pushdown code written for SERVER-53484 handles text predicates. Tests can be added to pipeline/document_source_internal_unpack_bucket_test/

      We should think about the ramifications of this patch. Currently optimization is entirely optional. How should we organize the code for a mandatory rewrite?

            Assignee:
            backlog-query-integration [DO NOT USE] Backlog - Query Integration
            Reporter:
            jacob.evans@mongodb.com Jacob Evans
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: