Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11621

Improve MySQL fulltext search indexes

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.1.0-a1
    • 3.1.0-dev
    • Search
    • 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.

            bantu Andreas Fischer [X] (Inactive)
            dhruv.goel92 Dhruv Goel [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: