Quote:
Originally Posted by adusei
Hi there,
anyone knows, how text-inputs in vB is integrated into the search function?
I added some input-fields [some new rows in tbl post] to newthread and dont know, how to get that inputs searchable.
TIA and regards,
adusei
|
You must edit the function build_post_index to do that. You must also look for where this function is called and make sure that when the $post parameter is sent to it, it contains the extra fileds you have included. This is usually done by adding your column to the columns list in the SELECT statement used to fetch those $post's.
Hope that was useful.