Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-12124

Search service JS callback

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.8.1, 4.7.13, 4.9.0
    • None
    • None
    • None
    • 4.8.1
    • Oui

      SearchService.js appendHtmlToExistingHits 

      $hits.find("*:nth-child(" + firstItemIndex + "):not(script,link)")

      Should be

      $hits.find("> *:nth-child(" + firstItemIndex + "):not(script,link)")

            raphael Raphaël Franchet
            llopez Laure Lopez
            Raphaël Franchet Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: