Keywords: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "==Album keyword filter autocomplete== *AJAX handler /_ajax/images/album_title_search.php *Define derived version of <code>search_titles()</code> the default <code>album_filter...")
 
Line 1: Line 1:
==Album keyword filter autocomplete==
==Album keyword filter autocomplete==
*AJAX handler /_ajax/images/album_title_search.php
*AJAX handler: <code>/_ajax/images/album_title_search.php</code>
*Define derived version of <code>search_titles()</code> the default <code>album_filters_class->search_titles()</code> routine won’t work with the table structure.
*Define derived version of <code>search_titles()</code>. The base routine <code>album_filters_class->search_titles()</code> routine won’t work with the table structure.
[[Category:CMS_Documentation]]
[[Category:CMS_Documentation]]

Revision as of 14:13, 12 May 2012

Album keyword filter autocomplete

  • AJAX handler: /_ajax/images/album_title_search.php
  • Define derived version of search_titles(). The base routine album_filters_class->search_titles() routine won’t work with the table structure.