Your premium source for custom modification services for phpBB |
![]() |
|
| |||
| Tables Table Structure |
phpbb_search_wordmatch Cross-reference list of posts to words, used by the search algorithm. Essentially this is a listing of which words in the word list appear in which posts. It is used to provide a very effective way to search a large amount of text very efficiently. |
| Column Name | Datatype | Default | Column Description |
|---|---|---|---|
| post_id | mediumint(8) unsigned |
0 | Foreign key to the phpbb_posts table. This value shows the post that the selected word appears in. |
| word_id | mediumint(8) unsigned |
0 | Foreign key to the phpbb_search_wordlist table. This value shows the word contained in the selected post. |
| title_match | tinyint(1) |
0 | A bit flag (0 or 1) that shows whether the word was included in the post subject or not. Values are No = 0 (Default) and Yes = 1. Used by the search screen, as the user can select title + body or body only. |
| Post Search Word cross reference | phpbb_posts.post_id = phpbb_search_wordmatch.post_id |
| Search Word Post cross reference | phpbb_search_wordlist.word_id = phpbb_search_wordmatch.word_id |
|
Not endorsed by or affiliated with the phpBB Group Powered by phpBB © phpBB Group |
Terms of Service Web design by MomentsOfLight.com |