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

Create / remove search index logic

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 4.0.0-a1, 3.3.4-RC1
    • None
    • Search
    • None

    Description

      When you create a search index, then you can only delete it if you want to recreate it again.

      But, if there is no search index, and a post is created, then the post is indexed and in acp it show like if the search index is created, you can't index the previous posts without delete the search index.

      I have added a few checks to launch an exception or just do nothing when there is an index already created to avoid that, but it causes some errors in the tests.

      I think that only the posts should be indexed if there is an index created, if there isn't an index, the posts should not be indexed. Explained in other way: Have all posts indexed or none, but not only the last posts created since the index was cleared the last time.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rubencm rubencm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: