We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 53699
    • 22 Posts
    Hi Team,
    According to
    https://docs.modx.com/extras/revo/advsearch
    Need to install ZendSearch,
    could any one guide me what are the right steps.
    go to the Zend Framework download page at http://framework.zend.com/download/latest/ is saying 404
    register you and download the free Zend Framework. Minimal release is enough.
    if you haven’t a folder for libraries under assets/ create a folder libraries/ under assets/
    unzip you Zend package under the assets/libraries/ folder. This should create a subdirectory named "Zend" (assets/libraries/Zend)
    in this directory only the "search" directory and the "Exception.php" files are required. You could remove all the others files and directories.
    at the end you should have only the "Search" folder and the "Exception.php" file.
    After googling found
    https://github.com/Coroico/AdvSearch/issues/78
    I have downloaded Zendframework files of version 1.12 and located them at assets/library/zend
    but as a result it has no effect on search results. I am trying use one query hook which is not working at all.
    Could any one please guide correct way to install zend files in advsearch for latest version and usage queryhook
      • 38783
      • 571 Posts
      I have downloaded Zendframework files of version 1.12 and located them at assets/library/zend

      The documentation you have quoted gives a slightly different path from the one you have used.

      It looks like it should be this. I am assuming it will be case sensitive.
      assets/libraries/Zend





        If I help you out on these forums I would be very grateful if you would consider rating me on Trustpilot: https://uk.trustpilot.com/review/andytough.com

        email: [email protected] | website: https://andytough.com
        • 53699
        • 22 Posts
        Quote from: andytough at Aug 29, 2017, 12:01 PM
        I have downloaded Zendframework files of version 1.12 and located them at assets/library/zend

        The documentation you have quoted gives a slightly different path from the one you have used.

        It looks like it should be this. I am assuming it will be case sensitive.
        assets/libraries/Zend





        I have corrected the path.
        assets/libraries/Zend
        .Apart from this any other installaion is required ?
        Still the queryhook is not working.
        I have pasted another post regarding this.
        https://forums.modx.com/thread/102739/advsearch-with-queryhook-example#dis-post-553370 for this. Could you please guide what Iam doing wrong.