Namazu-users-en(old)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Symbol matching
- From: Philip S Tellis <philip@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 4 May 2001 14:45:27 +0530 (IST)
- X-ml-name: namazu-users-en
- X-mail-count: 00093
On Fri, 4 May 2001, DEVOS BASTIEN wrote:
> try search on "/tcp(ip|\/ip)/", or "tcp and ip".
But it's documented that tcp/ip will work. Why doesn't it work as
documented?
I can do that. My users don't understand regular expressions. They'll
get scared of stuff like that. Actually, I want them to be able to
search on something like this:
When are the results of pgdst?
I handle this by stripping words like are, the and of, so the query
becomes:
When results pgdst?
The ? at the end messes things up. I want the search to check for
pgdst? and pgdst
Any ideas? I'm thinking of putting the code in myself since it doesn't
seem to be there right now.
Philip