piwigo/install/db
plegall 7b2ff328cb 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.


git-svn-id: http://piwigo.org/svn/trunk@1008 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-20 14:34:37 +00:00
..
1-database.php - new: system to notify and upgrade database among developers 2005-11-24 21:37:29 +00:00
2-database.php Database modification on users template preference with the new template 2005-12-03 20:42:03 +00:00
3-database.php bug fix 261: improve security of sessions (next to svn:1004): 2006-01-18 15:16:30 +00:00
4-database.php Search engine redesign, first part : 2006-01-20 14:34:37 +00:00