Skip to content

gpongelli/Finder

 
 

Repository files navigation

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.

About

This repo is where work is ongoing to convert JXtended Finder to be Joomla! 1.7+ compatible for inclusion in the core CMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.5%
  • JavaScript 6.5%