AW: Search engine for My site on MIDGARD
"med" <[email protected]>
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <001001c54693$4502b7b0$318afea9@miststueck> |
Hi, > I want to use a > search engine which could permit visitors for localize > an information quickly on my website. I want to know > how i can make it possible. The easies way is probably a google-form placed on your site. Other possibilities include htdig and mnogoosearch, but they need some more or less complicated setup and finetuning... For small sites even a pure php solution could be sufficient. (For example use mgd_list_topic_articles_all() to walk all articles under a certain topic, then use stristr() or preg_match() to compare the article title and/or content with a search phrase.) Well, it depends on what you need, i guess. Greetings, Alex