[DataAccess]Add compound query functionality to Lunr 0.2 (UNION, INTERSECT, EXCEPT)
Review Request #52 — Created Feb. 11, 2013 and submitted — Latest diff uploaded
Information | |
---|---|
dinos | |
Lunr | |
https://github.com/dinostheo/lunr | |
Reviewers | |
lunr | |
Adds compound functionality. Implements UNION.
unit tests
Changes between revision 8 and 9
orig
1
2
3
4
5
6
7
8
9
10
11
docs/example-config/conf.c2dm.inc.php.sample |
---|
docs/example-config/conf.gcm.inc.php.sample |
---|
src/Lunr/Core/C2DM.php |
---|
src/Lunr/Core/GCM.php |
---|
src/Lunr/DataAccess/QueryEscaperInterface.php |
---|
src/Lunr/DataAccess/Tests/DatabaseDMLQueryBuilderEscapeValuesTest.php |
---|
src/Lunr/DataAccess/Tests/MySQLDMLQueryBuilderConditionTest.php |
---|