Hello guys,
I've been building a search facility for an intranet site I'm part of
developing and we've been building a search engine using Index Server.
It mostly works, however there have been a few niggling problems and
fixing it seems to be a case of patching errors as we find them so I'm
thinking that it might be worth starting the logic from scratch and
rebuilding this again.
Basically we have a simple search, which is simply a text box with a
submit button. I would like some boolean search functionality, ie.
search term - would search for all items, search OR term - would search
for documents containing either words, search AND NOT term - and so on.
We also have an advanced search, with a number of fields - 'all words',
'any words', 'exact phrase' and 'not containing'. Does anyone have any
information on building this kind of search, either sample code or
simply just a text on how someone might have done this kind of thing.
I've had a good look around and am yet to find what I'm looking for.
Must have been done a million times before though!
Cheers and thanks in advance.
Alastair