Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-862

Regex Queries /s suffix

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

      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 Unassigned
            Reporter:
            hyurtseven@dogantv.com.tr Huseyin Yurtseven
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: