Closed Quy closed 13 years ago
$message = $_POST['message']; update_search_index('edit', $topic_id, $message, $subject);
$message value should come from the query. $topic_id should be the post ID of the topic.
Whoops, copy paste issue :) Thanks anyway :) You're a good beta tester :P (better than me). You're right, I should test it more before releasing :P
Changing the subject updates the topics table, but not the search tables.