www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Searching for i" in the forum

reply kdevel <kdevel vogtner.de> writes:
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)
Feb 23
parent reply Lysander <neontotem gmail.com> writes:
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
Feb 24
parent cc <cc nevernet.com> writes:
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.
Feb 26