Coroico / AdvSearch

Dynamic content search add-on for MODx Revolution that supports results highlighting, faceted search and search in custom packages
21 stars 14 forks source link

Add a tablePrefix inside Main and Joined declarations #30

Closed Coroico closed 12 years ago

Coroico commented 12 years ago

When the tablePrefix of the tables of the package are not specified, it could be handy to be able to specify the prefix used inside "Main" and "Joined" declarations

Coroico commented 12 years ago

Done with commit a5a0420

Add: 'tablePrefix' => 'myprefix_', inside the main and/or joined declarations.

If not specified, the prefix of the MODx table will be used.