Linters doesn't seem to be triggered in aggregations with Spring Criteria when it has a limit

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Critical - P2
    • 0.1.0
    • Affects Version/s: None
    • Component/s: None
    • Environment:
      OS:
      node.js / npm versions:
      Additional info:
    • Not Needed
    • Developer Tools

      It seems that newAggregation is somehow ignored? It doesn't trigger an index warning or it's somehow not detected. It doesn't even show the index inlay hint.

      template.aggregate(newAggregation(
      match(where("tomatoes.viewer.rating").is("abc").and("language").is("catalan")),
      sort(Sort.Direction.DESC, "tomatoes.viewer.rating"),
      limit(5)
      ), "movies", Map.class);
      

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

              Created:
              Updated:
              Resolved: