Rewrote search criteria matching:
authorRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 02:01:54 +0000 (02:01 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 02:01:54 +0000 (02:01 +0000)
commit6b2a7074aee52128919afc159f1df3ba8f1a5515
tree3c18e669bd4c8a429c63b13716e4bd2a75c4af74
parentaaf61bc15598811622c2aa1ef42d5428c0711fac
Rewrote search criteria matching:
- Allows now 'exclude' rules (if found, result will be FALSE) and choice (if
  one is found, result will be TRUE)
- Rewrote LocalFileDatabase class to above added method
- Expanded interface LocalSearchCriteria will all public methods
inc/classes/interfaces/criteria/class_Criteria.php
inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php
inc/classes/main/criteria/class_BaseCriteria.php
inc/classes/main/criteria/search/class_SearchCriteria.php
inc/classes/main/database/databases/class_LocalFileDatabase.php