Hello-
I am fairly new to drupal. I'd like to build a module on the main page almost identical to the one on the main page, with a simple text box which searches through a bunch of items dynamically.
Where do I begin? I noticed that this was done from scratch. How do I make something like this?

Writing a search engine from
John - January 16, 2010 - 22:45
Writing a search engine from scratch is a fairly advanced topic, really beyond the scope of this forum. You'll need to be able to write highly optimized PHP, and have a deep knowledge of MySQL database tuning.