> > Hello, > > Marcin Soltysiak wrote: > > >>What is the best way to search for a string against title, name, > abstract, > >>and body of the articles? Does midgard have a built in function for > doing > >>this or do I have to parse all the text from all articles to find what > I'm > >>searching for? > > Depends on the information you're looking for. > If you have a Web site I'd go with an indexing > search engine (like MnogoSearch). Also, if you need > to match some specific words and do some article operations > on the matches, then you're stuck with writing specific > code for it (as Solt suggested). >
I will be indexing web pages, people have said that agir has hooks for mnogosearch, can anyone elaborate on these hooks, and howto implement it. I have the mnogosearch setup on the system. I have tried to compile the php module of mnogosearch with no luck garnet02:/usr/local/src/php-4.3.4/ext/mnogosearch# phpize Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20021010 garnet02:/usr/local/src/php-4.3.4/ext/mnogosearch# make make: *** No targets specified and no makefile found. Stop. Not sure where to go from here. Thanks Miles --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
