Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-23795

Transaction error in ezsearch_search_phrase

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • 2014.11
    • Database related
    • None
    • eZPublish Community Project 2014.11
      Postgres 9.1.11

    Description

      The module content/search return a transaction error if there is a "large" amount of same search phrase.
      This happens in a postgres environment because the scheme provides a interger type instead of bigint.
      A quick and dirty solution is alter table:
      ALTER TABLE ezsearch_search_phrase ALTER COLUMN phrase_count TYPE BIGINT;
      ALTER TABLE ezsearch_search_phrase ALTER COLUMN result_count TYPE BIGINT;

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: