Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-15561

Add core events for adding columns to MySQL and Postgres search backends

    XMLWordPrintable

Details

    • Improvement
    • Status: Unverified Fix (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.2.2
    • 4.0.0-a1, 3.2.3-RC1
    • Events
    • None

    Description

      These events will allow adding new columns (besides post_subject and post_text) to the search index.
      The native search index doesn't need a new event as it manually creates the index, so the core.search_native_index_before event can be used. The Sphinx backend already has the core.search_sphinx_modify_config_data event that allows doing this. This PR aims at making it possible for MySQL and Postgres as well.

      Attachments

        Activity

          People

            Marc Marc
            kasimi kasimi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: