Nathan Gray 3d8fca332b More sensible handling of numeric columns:
- 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.
2010-04-01 17:03:51 +00:00
2010-03-31 17:02:53 +00:00
2009-12-02 06:58:03 +00:00
2010-03-30 07:01:12 +00:00
2009-10-16 09:55:12 +00:00
2007-02-28 03:40:03 +00:00
2010-02-03 12:28:49 +00:00
2010-03-25 14:17:56 +00:00
Languages
PHP 54.7%
TypeScript 18.6%
JavaScript 10.6%
CSS 10.2%
Less 2.1%
Other 3.8%