Hi there,
We are using ZOOM search with our own php document-management suite.
I know would like to offer customers the ability to customize some of the ZOOM search settings in a web-interface, using php and mysql.
These customers don´t have access to the webserver and will not be able to manage the search engine using the ZOOM search indexer GUI.
What i want is, to enable them for example:
- to enable/disable and create their own categories
- to enable/disable icons
- to change some of the layout of their search-pages and so on...
Therfefore i need to change/rewrite the .zcfg configfile for their index on demand.
I think i pretty much understand what changes in the configfile are up to - my problem rather is to generate a valid utf-16 file using php as scripting lanugage...
Any Ideas out there?
We are using ZOOM search with our own php document-management suite.
I know would like to offer customers the ability to customize some of the ZOOM search settings in a web-interface, using php and mysql.
These customers don´t have access to the webserver and will not be able to manage the search engine using the ZOOM search indexer GUI.
What i want is, to enable them for example:
- to enable/disable and create their own categories
- to enable/disable icons
- to change some of the layout of their search-pages and so on...
Therfefore i need to change/rewrite the .zcfg configfile for their index on demand.
I think i pretty much understand what changes in the configfile are up to - my problem rather is to generate a valid utf-16 file using php as scripting lanugage...
Any Ideas out there?
Comment