mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
3d8fca332b
- If app doesn't specify columns to search, all columns except numerics with '_id', 'modified', 'modifier', 'status', 'cat_id', 'owner' will be considered - Numeric columns will be searched only if the search string contains a numeric token. 'maintenance 50' is ok to search for, but for numeric columns only 50 will be searched. - Numeric columns are searched using equality, unless user puts in a wildcard. Searching for 50 will only match 50, not 150 or 1950/04/10, but *50 will match 150. - Text columns are searched using LIKE, including numeric search terms, as before. |
||
---|---|---|
.. | ||
doc | ||
inc | ||
js | ||
lang | ||
setup | ||
templates | ||
index.php | ||
phpGtk_test.php | ||
process_exec.php | ||
thumbnail.php |