Jump to content

Recommended Posts

i am designing a site and i want users to be able to search through our databases.  is this possible with php?  is it possible to design a search function that allows users this ability?  or, is it more possible to index the pages on the site, and then search through indexed pages?

 

any help would be great.. i have NO idea how to do this.

 

thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/53815-question-about-php-search-engines/
Share on other sites

i have a follow up question.

 

the nature of the site we are trying to make allows for users to input data--and then allow users to search that data.  if i create a full text index on day 1, and a user inputs data on day 2... does the full text index automatically update itself to include day 2's submissions?

 

or would i have to manually update the full text index to include the additions?

 

thanks!

I have yet to create a search system for my website, but one of my close friends has it on his website and from what I remember, MySQL will automatically index everything that gets added to the table that has been indexed previously.

 

I will not be able to get back to you on this subject until the weekend.

Alright...from what I understood, you only need to index your database once...all subsequent entries will be indexed automatically becasue mysql places an index on the table and not the entries, thus a change to the table will automatically execute a change in its index.

 

~saf

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.