Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/db-sphinx

Yii Framework Sphinx full text search engine extension
https://github.com/yiisoft/db-sphinx

Fixed `yii\sphinx\Schema` unable to determine primary key for distribute index

65cc2eb11ea54720225b4e7d8503e19cae61aa96 authored about 9 years ago by Klimov Paul <[email protected]>
Merge pull request #46 from pana1990/add-editorconfig

Add editorconfig [skip ci]

e75ee8282fd78acb218f054db1c3e1e64c4f742f authored about 9 years ago by Alexander Makarov <[email protected]>
Add editorconfig [skip ci]

8b58df22bdb5f75532822f283fd3f09c50b88639 authored about 9 years ago by Daniel Gomez Pan <[email protected]>
prepare for next release

4920848332c7e523c2e5cf68708ca0ea6efba7cc authored about 9 years ago by Carsten Brandt <[email protected]>
release 2.0.5

5ab9be322138ec76ddfd06ad77df1a5590816ed9 authored about 9 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2-sphinx

* 'master' of github.com:yiisoft/yii2-sphinx: (33 commits)
Fixed `yii\sphinx\QueryBuilder::bui...

d04f17a4ec171bba53b9bd162b4e2f7eb1afeeb8 authored about 9 years ago by Carsten Brandt <[email protected]>
code style

5240d82e667754fbda87e32eb0d4f2075e06fa0b authored about 9 years ago by Carsten Brandt <[email protected]>
Fixed `yii\sphinx\QueryBuilder::buildWithin()` does not define sort order for `SORT_ASC`

1152bb08267ca2d1fc06c2c5369d19ccc2a98ac9 authored about 9 years ago by Klimov Paul <[email protected]>
Fixed method names in Command phpdoc

6e42b1b7c79d36a2dfce3e71bb245b88fc32e03e authored about 9 years ago by Alexander Makarov <[email protected]>
Added link to guide

18a8519854140fa331f2e678ce0703bf7f769275 authored about 9 years ago by Alexander Makarov <[email protected]>
Added `yii\sphinx\Command` automatically skips `null` values while inserting data

741c353c63c19b4bab99ce9d3b7bf0ab16a7b4f4 authored over 9 years ago by Klimov Paul <[email protected]>
Fixed `yii\sphinx\ActiveQuery` does not perform typecast for condition values

19a02fc4911c9d68a3f7cf7817f33a4d48e436f2 authored over 9 years ago by Klimov Paul <[email protected]>
Adjusted fix of 'unbuffered query' error, if 'facet' or 'show meta' are used

31048023cf55dc558ce87452533a3ba519e44f55 authored over 9 years ago by Klimov Paul <[email protected]>
Merge pull request #18 from lmuzinic/yii2-coding-style-fix

Yii2 coding style fix

bfc368096ad35151719f4a417c3267b170ecde1d authored over 9 years ago by Paul Klimov <[email protected]>
Fixed `yii\sphinx\QueryBuilder::buildInCondition()` fails produces invalid SphinxQL for empty values

5f83c3bbf95e300f5fefb346d789ac2490fbd314 authored over 9 years ago by Klimov Paul <[email protected]>
Fixed `yii\sphinx\ActiveQuery::search()` produces 'unbuffered query' error if 'facet' or 'show meta' are used

6e6b7d5b98ce70d94bce84d7448b98570acc8e2b authored over 9 years ago by Klimov Paul <[email protected]>
Fixed extra query on access `meta` or `facet` before `models` at `ActiveDataProvider`

3e3dc2df442c5f2d47be0de24033a450ad048a3d authored over 9 years ago by Klimov Paul <[email protected]>
Merge pull request #23 from yiijan/docs-ja-update

docs/guide-ja/usage-facets.md updated [ci skip]

cc660524d817351aac7566b9fd2437b76ae78acf authored over 9 years ago by Alexander Makarov <[email protected]>
docs/guide-ja/usage-facets.md updated [ci skip]

e0e3d79ddfb6a223c1ac4fb071dc9d5eaa7ba9cf authored over 9 years ago by Nobuo Kihara <[email protected]>
Merge pull request #22 from yiijan/usage-facets

docs/guide/usage-facets.md small fixes [ci skip]

b87ad3b2fe1f1cbba7b2547d5b6ec29b89957d88 authored over 9 years ago by Paul Klimov <[email protected]>
docs/guide/usage-facets.md small fixes [ci skip]

4dbdbc63b6c7ef7581de715f71ed6369b10eb12a authored over 9 years ago by Nobuo Kihara <[email protected]>
`yii\sphinx\Query` unable to retrieve facet named in camel-case notation

0d533001ac10bc670687ef3f6cdb63ac5568d6f9 authored over 9 years ago by Klimov Paul <[email protected]>
Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly

074e963e95478893fdefc33dcdd604a0eb3c1336 authored over 9 years ago by Alexander Makarov <[email protected]>
Fixed namespaces

2fc913cb40274dde085419bcf14a19ad28805a5a authored over 9 years ago by Luka Muzinic <[email protected]>
Removed duplicate files

c8cef7a16fd34ba33f9e631b6ed5a8008081eec7 authored over 9 years ago by Luka Muzinic <[email protected]>
Reverted comment to original line

3dbed18100054313f6aa02837b3216738c93fad4 authored over 9 years ago by Luka Muzinic <[email protected]>
Merge pull request #17 from lmuzinic/total-found-instead-total

Total found instead of total

8f11d86ee2636220529c3bc8f77ce15762594cb9 authored over 9 years ago by Paul Klimov <[email protected]>
Moved MySphinxTestCase and RuntimeIndexFixture into data/fixture

97ce19eb52d96d20b762a8adebf5c14ddb12fe58 authored over 9 years ago by Luka Muzinic <[email protected]>
Updated CHANGELOG.md [ci skip]

7a351c599423f07b71b476eb78f29d4a45fcb531 authored over 9 years ago by Luka Muzinic <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2-sphinx

d77505819bd30d71bca41af2a54c64e00e6d8269 authored over 9 years ago by Klimov Paul <[email protected]>
Style changes to adhere https://github.com/yiisoft/yii2-coding-standards

Extracted MySphinxTestCase and RuntimeIndexFixture into separate files
Fixed newlines

c99cb364605009ba9ad198fc0c9f19ab1f60e415 authored over 9 years ago by Luka Muzinic <[email protected]>
Fixed `yActiveRecord` does not updates attribute specified at `optimisticLock()` after save

968887f29e0d5e818a081beeb50974c2801fd754 authored over 9 years ago by Klimov Paul <[email protected]>
Using total_found first beacuse it shows total amount of matching documents in index

de0a3913706c6d1ed468e42f847f089d03852864 authored over 9 years ago by Luka Muzinic <[email protected]>
Updated test cases according to new source data

d924afeb7886e6678ca79f92592ab3c27f1e4bd7 authored over 9 years ago by Luka Muzinic <[email protected]>
Added more test entries to yii2_test_article

Total 1002 entries. Term "Repeated" in each one.

a74c335f03334c72b3671d2fbcd677ee79dbd180 authored over 9 years ago by Luka Muzinic <[email protected]>
Updated .gitignore with /tests/runtime

b6d65c09bc2e7f723a937d4764744503a8b734bf authored over 9 years ago by Luka Muzinic <[email protected]>
Merge pull request #15 from yiijan/small-fixes-and-updates

[doc] Small fixes and updates [ci skip]

0163291fdbcece2f097942053caf493eb9053d1c authored over 9 years ago by Paul Klimov <[email protected]>
doc/guide-ja updates [ci skip]

89ce6137ca18d0e2aafad4e6c95783ab6c6ab7a7 authored over 9 years ago by Nobuo Kihara <[email protected]>
docs/guide small fixes [ci skip]

0aecfb28bfd8d851f117a629749bad8c18f7627a authored over 9 years ago by Nobuo Kihara <[email protected]>
Added docs about 'max_matches'

06a46c43d99d760270df0191c56c29ef78701ddd authored over 9 years ago by Klimov Paul <[email protected]>
`yii\sphinx\ActiveDataProvider` refactored for proper support queries without 'show meta'

7f29325a2d8725c3eae455be879c531b73ee02a8 authored over 9 years ago by Klimov Paul <[email protected]>
`yii\sphinx\ActiveDataProvider` now disables `yii\data\Pagination::validatePage` automatically if `yii\sphinx\Query::showMeta` is set

fbfb4bba5ff310dcc54711e49f1e379be7c3807b authored over 9 years ago by Klimov Paul <[email protected]>
Extra unit test added

298cfb722806722189a30a58524b9355d1a39926 authored over 9 years ago by Klimov Paul <[email protected]>
prepare for next release

785bec09c3bdaffe54a8c605b540db4327729a1d authored over 9 years ago by Qiang Xue <[email protected]>
2.0.4 release

a0725fa0b893d1d5e9a7a7ee1241b941c787fa68 authored over 9 years ago by Qiang Xue <[email protected]>
ignore composer.lock

d4370066712a62540142bb510e5d09a5430a5345 authored over 9 years ago by Qiang Xue <[email protected]>
updated fxp/composer-asset-plugin version constraint

6443b358885b3c4e35a17c949afee772a146064d authored over 9 years ago by Carsten Brandt <[email protected]>
adjusted composer.json links

78032d1c420fc34678de531ca4ee765c4401febc authored over 9 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2-sphinx

9e27bbe0c7ecfaa24bbb604355de8b1903e1b88b authored over 9 years ago by Klimov Paul <[email protected]>
Added fixture support via `yii\sphinx\ActiveFixture`

b59132a9f1a84615bb5e8aa05e2b08fb7ed22646 authored over 9 years ago by Klimov Paul <[email protected]>
Merge pull request #7 from nkovacs/patch-1

grammar fix [skip ci]

c9c7abaaa37c8ee06575b407d4f8d47167726352 authored over 9 years ago by Alexander Makarov <[email protected]>
grammar fix

6dc9d3ac0b5abdba2598b153b54588c172f8829a authored over 9 years ago by nkovacs <[email protected]>
typo fix

a5ef2880ad4c0d7ad9d7da67dc61c1659bed5eac authored over 9 years ago by Klimov Paul <[email protected]>
Merge pull request #6 from yiijan/docs-ja-update

Docs ja update and small fixes [ci skip]

c685ccb29f37c12019a3039b10badea604eed3ef authored over 9 years ago by Paul Klimov <[email protected]>
docs/guide small fixes [ci skip]

374f40580cadc3ea186b4da3bd1f21f3ebf46980 authored over 9 years ago by Nobuo Kihara <[email protected]>
docs/guide-ja updated [ci skip]

6c0d4107942896fad188499ff23b45b22aa9ee72 authored over 9 years ago by Nobuo Kihara <[email protected]>
Docs about 'show meta' and 'facets' added

3210db59fd1ec5ff51b148cf20a6d7d4d7f2bc06 authored over 9 years ago by Paul Klimov <[email protected]>
Merge pull request #5 from yiijan/docs-ja

docs/guide-ja/* added [ci skip]

6b414f1a74666c46fd2f4ffae5a752c2be382e6e authored over 9 years ago by Paul Klimov <[email protected]>
docs/guide-ja/* added [ci skip]

b6e466cefdfc63d02f3c114f011fea5b97e37242 authored over 9 years ago by Nobuo Kihara <[email protected]>
cache of 'vendor' directory for Travis removed

09a8499419f0c06bf87e33af26caccb08a5132d7 authored over 9 years ago by Klimov Paul <[email protected]>
`.gitattributes` file added

288408771148cc8852f1685c86eafee2a4634798 authored over 9 years ago by Klimov Paul <[email protected]>
Redundant check at `Query::search()` removed

852e31c8e426b0a19dd158ecc484175cf13c0fd3 authored over 9 years ago by Klimov Paul <[email protected]>
`ActiveDataProvider` advanced allowing preparing total count from query meta information

be2f7b5b98654bfa3c6a91b0338fbf630b9c4ee8 authored over 9 years ago by Klimov Paul <[email protected]>
`ActiveQuery` fixed to use `populate()` consistently.

66f74c2ff8b8fab479219dacb27f014f98ef486a authored over 9 years ago by Klimov Paul <[email protected]>
'show meta' query ability added

3198e98850d2a1232f53639b42e674ddb5a874e1 authored over 9 years ago by Klimov Paul <[email protected]>
Docs improved

04b226a8e4de3c4f7405e6512f3805c123ec9e79 authored over 9 years ago by Klimov Paul <[email protected]>
`yii\sphinx\ActiveDataProvider` created

7054c0066c64b9cf456a0acfc9110edab2770f99 authored over 9 years ago by Klimov Paul <[email protected]>
Facet query ability added

941dbdd6adc671412a6fee376bad46e00dfba13e authored over 9 years ago by Klimov Paul <[email protected]>
path to `ActiveRecordDb` fixed

90bf3c29ae3a91cb771a5698915e7c3e4b37cfb0 authored over 9 years ago by Klimov Paul <[email protected]>
Path to source SQL at config fixed

3f4226ebffafaeb06be1adfd2df2835f60b83d5e authored over 9 years ago by Klimov Paul <[email protected]>
Path to 'sphinx-setup.sh' at Travis setup fixed

f460fb1b244d13f8504440836848745224f29d39 authored over 9 years ago by Klimov Paul <[email protected]>
Added unit tests

e292bd0ddcfc9900b31683415b1e4a4edb795630 authored over 9 years ago by Klimov Paul <[email protected]>
update readme

934bc785efc60e1a5706af88a628e7568c9881c2 authored over 9 years ago by Carsten Brandt <[email protected]>
Splitted readme into docs

8f3590b9394793dfc21be0fa668d9b67b6c5242f authored over 9 years ago by Alexander Makarov <[email protected]>
prepare for next release.

453ab571c92be0b23379f67184bbd15901cbdd19 authored over 9 years ago by Qiang Xue <[email protected]>
2.0.3 release.

55d996e87b950f7cc2bad7046742bf4fabd30de5 authored over 9 years ago by Qiang Xue <[email protected]>
Reverted #7459, #7469, #7470

7d30c7a7dad5719bff066045d200e4845bc10c0d authored over 9 years ago by Alexander Makarov <[email protected]>
Merge pull request #7459 from creocoder/fix-applications

Fix application templates and official extensions `composer.json`

34c6f3ab90a6620baf3567c5098233448283537e authored over 9 years ago by Alexander Makarov <[email protected]>
Fixed sphinx extension composer.json

c0db44c44351fc59586b1d8dab197d19a496dcb8 authored over 9 years ago by Alexander Kochetov <[email protected]>
improved extensions readme

a2b976da61e97a0a083b9e0fd580d94630c66390 authored over 9 years ago by Carsten Brandt <[email protected]>
Fixes #7357: Refactored `yii\db\ColumnSchema` by adding `typecast()` method to decouple `phpTypecast()` from `dbTypecast()`

30d8953bf6f4644833809cdb2ad1aca6424f70dd authored over 9 years ago by Qiang Xue <[email protected]>
Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached.

ab1898a944a56dfc94e7198216f0d455e8d5fd18 authored over 9 years ago by Jose Lorente <[email protected]>
`yii\sphinx\Query` no longer attempts to call snippets for the empty query result set

e229152b7050322d40ad286d34264ece408f4596 authored over 9 years ago by Klimov Paul <[email protected]>
prepare for the next release.

2041c2776a0712888d728fdcae1bd3cfa806323c authored almost 10 years ago by Qiang Xue <[email protected]>
2.0.2 release

78b41309b2480b1a9a24f4763bc9cbd9cd8a1d48 authored almost 10 years ago by Qiang Xue <[email protected]>
Fix from e719ff5 moved to `yii\sphinx\Query`

7935bab44fd8d7942bc37c0a34a3b304ca1aec94 authored almost 10 years ago by Paul Klimov <[email protected]>
prepare for next release.

d563de0a97553ca9ddfedc74432dc80fc13a1ff6 authored almost 10 years ago by Qiang Xue <[email protected]>
prepare for 2.0.1 release

cfb2d996f2e896f216e4513df1d8abdaa70a1940 authored almost 10 years ago by Qiang Xue <[email protected]>
ported fix for #6164 to sphinx

was already supported for BETWEEN but not for LIKE

fixes #6164

fd7434881f14afbfdfabdca6fb61697f3cfa8b14 authored almost 10 years ago by Carsten Brandt <[email protected]>
Fixed `yii\sphinx\QueryBuilder` does not support comparison operators (>,<,>= etc) in where specification

a395ce46f06021e97c56d09b313f280f1aa66376 authored almost 10 years ago by Klimov Paul <[email protected]>
Correct order of property declaration

375435764fd193c7595a087ead4958a4ea2f8404 authored almost 10 years ago by Alexander Mohorev <[email protected]>
PHP type casting

2ec0fa3bf210c3645cd665937046e8ebf145b4cd authored almost 10 years ago by Alexander Mohorev <[email protected]>
Fixes #5223: Query builder now supports selecting sub-queries as columns

b288157d0e1a2a96be14c599d746bb9cc41863f0 authored almost 10 years ago by Qiang Xue <[email protected]>
Add support for yii\db\Expression to QueryBuiler simple conditions

fixes #5601

0a11dc7cc83cc42b357c470a02bbae7494dfd597 authored about 10 years ago by Carsten Brandt <[email protected]>
Removed unused aliases

83317a6a9f3d8d4ce9dd6866b67eae947e53bef6 authored about 10 years ago by Alexander Makarov <[email protected]>
prepare for next release.

f4fcd1fb966be6216c26f06578fa8a278b3ecf14 authored about 10 years ago by Qiang Xue <[email protected]>
2.0.0 release.

89d68a4afcbd1d94f2b8c28433e121266f054b74 authored about 10 years ago by Qiang Xue <[email protected]>
Fixes #5484: Fixed potential string suffix detection failure on 5.5.11

3039aa73be7e6f6a6a8c85096c69df26ea91377a authored about 10 years ago by Qiang Xue <[email protected]>
'sphinx' docs adjusted

b04bdf521902cd9e68a934e421244a3bc870013e authored about 10 years ago by Klimov Paul <[email protected]>
Issue #5211 added to CHANGELOG

3b66596ab43da0291512a2b03b8e81746b0383d7 authored about 10 years ago by Klimov Paul <[email protected]>