Regex Queries /s suffix

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: 1.8.3
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Hello,

      You've used an s suffix for the regex clauses and i think because of that suffix index selection and profile output is not working correctly. You can not use find() for profile collection because it gives an error message about s suffix.

      var options = caseInsensitive ? "is" : "s";

      When i change the above line with

      var options = caseInsensitive ? "i" : "";

      line, everything is going well.

      But is there a reason for that "s" suffix.

            Assignee:
            Unassigned
            Reporter:
            Huseyin Yurtseven
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: