field names created by composing literal strings or constant strings are not working

XMLWordPrintableJSON

    • 2
    • Iteration A (Apr 21 - May 5)
    • Not Needed
    • Developer Tools

      This use case is valuable when using expressions in a MongoDB Query (that start with $) on fields when the field is stored in a constant field.

      Note: as part of this ticket, let's create additional tickets, e.g. supporting string builders. We don't need to prioritize for public preview but we should keep track of the edge cases.

      private final String FIELD = "field";
      "$" + FIELD; // does not work
      
      "$" + "field"; // does not work either
      

            Assignee:
            Kevin Mas Ruiz
            Reporter:
            Kevin Mas Ruiz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: