Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.21 KB

Finder

Finder is a very advanced search platform for Joomla! 1.5

Goal

The goal is to migrate Finder to be Joomla! 1.7+ compatible for inclusion in a future release of the CMS.

Getting Started

There are two ways to get started using Finder:

Easy:

  • Click the Downloads button at the top of the page and download the newest posted package (listed by date)

Advanced:

  • Clone the repo to your local system
  • Run 'phing dev_head' to create an installable package based on the current repo

Contributing

Known Issues

A list of known issues can be found on the Issues Tracker. Additionally, when running the CLI script, it appears that the port must be specified with your database host info in your site configuration.

Currently the indexer can not run on MySQLi. Please edit the libraries/joomla/database/mysqli/mysqli.php. Please edit the condition of the destructor to be is_resource rather than is_object.