Thread overview
Searching for i" in the forum
Feb 23
kdevel
Feb 25
Lysander
Feb 26
cc
February 23
How do I search for

   i"

in the forum? I get the following errors:

   i" -> Error: malformed MATCH expression: [i"] (1)
   i\" -> Error: malformed MATCH expression: [i\"] (1)
   'i"' -> Error: malformed MATCH expression: ['i"'] (1)
   `i"` -> Error: malformed MATCH expression: [`i"`] (1)
   "i\"" -> Error: malformed MATCH expression: ["i\""] (1)
February 25
On Friday, 23 February 2024 at 23:18:12 UTC, kdevel wrote:
> How do I search for
>
>    i"
>
> in the forum? I get the following errors:
>
>    i" -> Error: malformed MATCH expression: [i"] (1)
>    i\" -> Error: malformed MATCH expression: [i\"] (1)
>    'i"' -> Error: malformed MATCH expression: ['i"'] (1)
>    `i"` -> Error: malformed MATCH expression: [`i"`] (1)
>    "i\"" -> Error: malformed MATCH expression: ["i\""] (1)

Use the i\" in the exact phrase box from the advanced search.
Advanced search button is on the error page from the malformed match search
February 26

On Sunday, 25 February 2024 at 01:19:15 UTC, Lysander wrote:

>

On Friday, 23 February 2024 at 23:18:12 UTC, kdevel wrote:

>

How do I search for

i"

in the forum? I get the following errors:

i" -> Error: malformed MATCH expression: [i"] (1)
i" -> Error: malformed MATCH expression: [i"] (1)
'i"' -> Error: malformed MATCH expression: ['i"'] (1)
i" -> Error: malformed MATCH expression: [i"] (1)
"i"" -> Error: malformed MATCH expression: ["i""] (1)

Use the i" in the exact phrase box from the advanced search.
Advanced search button is on the error page from the malformed match search

This doesn't work. It autocorrects to "i\" and returns the word/letter I, not i" letter followed by a doublequote.
Looks like some adjustment of the search algorithm may be necessary in light of upcoming interpolated strings.