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

more like this search is bugged

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • 4.7.0alpha1
    • None

    Description

      Hi,

      "more like this" is bugged in the current ezfind.

      Reason:
      extension\ezfind\search\plugins\ezsolr\ezsolr.php

      search after
      $doc[ezfSolrDocumentFieldBase::generateMetaFieldName( 'main_node_id' )]

      this will return an array, not an int.

      Solution:

      replace all with

      $doc[ezfSolrDocumentFieldBase::generateMetaFieldName( 'main_node_id' )][0]

      Best wishes,
      Georg.

      Attachments

        Activity

          People

            unknown unknown
            emil.webber emil.webber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: