Ignore:
Timestamp:
Jan 20, 2006, 3:34:37 PM (18 years ago)
Author:
plg
Message:

Search engine redesign, first part :

  • new table #search to store search rules associated to a search id.
  • search rules are not passed through GET anymore, the search array build in search.php is serialized in #search table, so no need to rebuild it in function include/functions_category.inc.php::category_initialize
  • search array build code is improved (efficiency and layout) in search.php
  • SQL related to search is build in a dedicated function include/functions::get_sql_search_clause
  • direct search author:<...>, date_avalaible:<...>, date_creation:<...>, keywords:<...> from picture.php are not available anymore. They will come back later, with improvement (new design). Same for date_*:<> in calendar calendar category.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r953 r1008  
    6161define('CADDIE_TABLE', $prefixeTable.'caddie');
    6262define('UPGRADE_TABLE', $prefixeTable.'upgrade');
     63define('SEARCH_TABLE', $prefixeTable.'search');
    6364?>
Note: See TracChangeset for help on using the changeset viewer.