Index and search my own content

I need to index records in a table.

My table does not have a node type (it is not a node).

For the following content:

record 1: The quick brown fox jumps over the lazy dog
record 2: The quick brown fox jumps over the lazy cat

After indexed, when user search "jump dog ", he gets record 1 back.
After indexed, when user search "jump", he gets record 1 and 2 back.

The search must be case insensitive.

Is there a module ready for doing this?

Thanks for any help.

JC

Problem in sql parsing

I'm using the function db_query() in this code:

[pre]
db_query('INSERT INTO {node_log} (nid, date_log, time_log) VALUES (%d, %s, %s)', arg(1), date("Y-m-d"), date("H:i:s"));
[/pre]

But is not parsing correctly, when i print the code, i have this:

INSERT INTO node_log (nid, date_log, time_log) VALUES (1062, 2007-05-28, 0)

The strings are not parsed!

Anyone knows the motiv?

tagging via ajax instead of tag cloud --- possible?

Right now I have this tag cloud on my site and I hate it. I would love to see something simple like:

Tag: < box >
Company: < box >

and when the user starts typing, the ajax/js takes over and shows matches as they are typing.

Anyone know if something like this is made already?

Thanks!

Who has come across the best Organic groups??

Just out of curiosity, I am looking for the best implementation of organic groups.

Thank you

Simple PHP Script broke my installation!!!

Hello,
I created a php script that accesses a secondary database:
--------------------------------------------------------------
"

Is there any way to Clone a Menu?

I need to clone a menu. Is there any way to do this?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x