26 Commits

Author SHA1 Message Date
eb1b557827 yii\sphinx\Query updated to be more consistent with yii\db\Query 2014-10-07 13:32:26 +03:00
98a86ce73b Sphinx distributed indexes support provided 2014-07-21 12:34:28 +03:00
603127712b Escaping of the special characters at 'MATCH' statement reworked 2014-06-05 11:46:35 +03:00
804aded508 yii\sphinx\Connection::escapeMatchValue() fixed 2014-06-04 10:56:33 +03:00
62fdaeec6a Extra quote escaping at yii\sphinx\Connection::escapeMatchValue() fixed 2014-06-03 16:46:03 +03:00
adb36e42c4 Usage of yii\db\Expression for the 'MATCH' statement fixed 2014-06-03 15:58:02 +03:00
3f001aeed0 Escaping of the special characters at 'MATCH' statement added 2014-06-03 13:47:15 +03:00
0fa19291f1 refactored filterWhere(). 2014-04-02 20:03:42 -04:00
03e208e59d removed wrong test 2014-04-02 21:39:53 +02:00
c572c23c2f adjusted tests 2014-04-02 18:56:49 +02:00
96f1c4c10b renamed Query::filter() to Query::filterWhere() 2014-04-02 18:48:14 +02:00
06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 2014-03-31 15:09:33 +04:00
ecf019e311 Merge branch 'master' 2014-03-31 02:20:56 +04:00
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
8cd247730a Query::filter() adjustments 2014-03-29 23:26:02 +04:00
3c1a8141fd fixes #2002 2014-03-27 12:41:16 +04:00
19327ebd14 Added tests for Query::filter() 2014-03-26 17:09:16 +04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
32d0768919 style fixes with phpcs:yii2 2014-03-08 14:55:58 +02:00
db6d0a57f9 Unit test for yii\sphinx\Query::count() added. 2014-02-12 23:43:11 +02:00
6a5b8d1904 Sphinx Query refactored. 2013-11-20 11:27:44 +02:00
386b58b2a1 Snippet call options added to Sphinx Query. 2013-11-17 16:26:58 +02:00
6593c8cea4 Unit test for "yii\sphinx\Query" advanced 2013-11-14 19:39:08 +02:00
47a2e211d6 Separated method "match" added to "yii\sphinx\Query" 2013-11-14 19:15:18 +02:00
0275a2244f Option array value support added to "yii\sphinx\Query" 2013-11-13 20:48:05 +02:00
36da1617e8 "yii\sphinx\Query" has been composed, unit test for it added. 2013-11-13 17:10:56 +02:00