21 Commits

Author SHA1 Message Date
4a201c7ad5 Removed unused variables 2014-02-07 13:39:35 +04:00
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
e407d0489c updated elasticsearch querybuilder test to use yiitest index
better not delete all to avoid data loss

pr #2324
2014-02-06 19:31:50 +01:00
bad9c0cccc Merge branch 'master' of github.com:mintao/yii2 into mintao-master
Conflicts:
	extensions/yii/elasticsearch/CHANGELOG.md
2014-02-06 13:20:48 -05:00
a3724aa4d1 Fixed bug which prevented a field query as described in the example:
```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````
2014-02-05 11:49:33 +01:00
0ec5643ce3 Unit tests updated 2014-01-19 13:51:56 +04:00
7e961eee85 fixed test break 2014-01-16 11:50:59 +01:00
81d23332df afterFind event in AR is now called after relations have been populated
fixes #1993
2014-01-16 10:28:58 +01:00
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00
31fece562e fixed test break 2014-01-10 15:39:06 +01:00
5dca1257b2 reverted primaryKey of elasticsearch to be array again
meet the AR interface requirements.
2014-01-09 13:44:12 +01:00
a7b852fcc3 Changed elasticsearch AR primary key handling
now supports mapped primary key when _id is part of source with an
alias.
2014-01-04 04:26:50 +01:00
702cf513ca make elasticsearch tests only work on yiitext index 2013-12-18 17:31:32 +01:00
0310935e48 fixed test breaks. 2013-12-10 00:12:17 -05:00
e2b4708bbd added support for updateCounters to elasticsearch
issue #1313
2013-12-09 14:42:28 +01:00
be583a7a22 fixed problem with sorting by id in elasticsearch
issue #1317
2013-11-27 23:27:47 +01:00
1c08c06da8 implemented connection based on CUrl
far better than depending on fat guzzle
2013-11-25 23:32:54 +01:00
5164a1671c finalized Query interface + general cleanup 2013-11-25 20:12:45 +01:00
d56e020109 more random test fixes 2013-11-25 14:07:30 +01:00
613758dda5 refactored elasticsearch COnnection and Command 2013-11-25 13:09:38 +01:00
b081cf5e46 moved elasticsearch to extensions 2013-11-25 03:23:12 +01:00