-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
Current:
post_subject(post_subject)
post_text(post_text)
post_content(post_subject, post_text)
Better:
post_subject(post_subject)
post_content(post_text, post_subject)
Note that the columns of post_content have been switched.
- caused
-
PHPBB-11911 ACP should warn if there is no search index created for the selected search engine
- Closed
-
PHPBB-15224 Advanced search in "message text only" crashes with SQL error when using Mysql fulltext search index
- Closed
- is related to
-
PHPBB-11040 PostgreSQL fulltext search improvement
- Unverified Fix