Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

(tye)Re5: Newest Super Search

by tye (Sage)
on Aug 04, 2002 at 05:13 UTC ( [id://187456]=note: print w/replies, xml ) Need Help??


in reply to Re: (tye)Re3: Newest Super Search
in thread Newest Super Search

Heh. I had the same problem. In testing, I searched for \\% and it found nodes containing \%. I eventually tracked this down to a bug in MySQL. To match \\ in a string in MySQL you have to say LIKE '%\\\\\\\\%' and I was only saying LIKE '%\\\\%'. Weird.

Anyway, after I put the patch in to work around it I searched for \\% again and the first match I clicked on was a node that contained \% but no \\%. I scratched my head for a while on that until I decided to "view source" and search through that. (:

        - tye (but my friends call me "Tye")

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://187456]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-26 00:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found