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 over 9 years ago
Merge pull request #46 from pana1990/add-editorconfig

Add editorconfig [skip ci]

e75ee8282fd78acb218f054db1c3e1e64c4f742f authored over 9 years ago
Add editorconfig [skip ci]

8b58df22bdb5f75532822f283fd3f09c50b88639 authored over 9 years ago
prepare for next release

4920848332c7e523c2e5cf68708ca0ea6efba7cc authored over 9 years ago
release 2.0.5

5ab9be322138ec76ddfd06ad77df1a5590816ed9 authored over 9 years ago
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 over 9 years ago
code style

5240d82e667754fbda87e32eb0d4f2075e06fa0b authored over 9 years ago
Fixed `yii\sphinx\QueryBuilder::buildWithin()` does not define sort order for `SORT_ASC`

1152bb08267ca2d1fc06c2c5369d19ccc2a98ac9 authored over 9 years ago
Fixed method names in Command phpdoc

6e42b1b7c79d36a2dfce3e71bb245b88fc32e03e authored over 9 years ago
Added link to guide

18a8519854140fa331f2e678ce0703bf7f769275 authored over 9 years ago
Added `yii\sphinx\Command` automatically skips `null` values while inserting data

741c353c63c19b4bab99ce9d3b7bf0ab16a7b4f4 authored over 9 years ago
Fixed `yii\sphinx\ActiveQuery` does not perform typecast for condition values

19a02fc4911c9d68a3f7cf7817f33a4d48e436f2 authored over 9 years ago
Adjusted fix of 'unbuffered query' error, if 'facet' or 'show meta' are used

31048023cf55dc558ce87452533a3ba519e44f55 authored over 9 years ago
Merge pull request #18 from lmuzinic/yii2-coding-style-fix

Yii2 coding style fix

bfc368096ad35151719f4a417c3267b170ecde1d authored over 9 years ago
Fixed `yii\sphinx\QueryBuilder::buildInCondition()` fails produces invalid SphinxQL for empty values

5f83c3bbf95e300f5fefb346d789ac2490fbd314 authored over 9 years ago
Fixed `yii\sphinx\ActiveQuery::search()` produces 'unbuffered query' error if 'facet' or 'show meta' are used

6e6b7d5b98ce70d94bce84d7448b98570acc8e2b authored over 9 years ago
Fixed extra query on access `meta` or `facet` before `models` at `ActiveDataProvider`

3e3dc2df442c5f2d47be0de24033a450ad048a3d authored over 9 years ago
Merge pull request #23 from yiijan/docs-ja-update

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

cc660524d817351aac7566b9fd2437b76ae78acf authored over 9 years ago
docs/guide-ja/usage-facets.md updated [ci skip]

e0e3d79ddfb6a223c1ac4fb071dc9d5eaa7ba9cf authored over 9 years ago
Merge pull request #22 from yiijan/usage-facets

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

b87ad3b2fe1f1cbba7b2547d5b6ec29b89957d88 authored over 9 years ago
docs/guide/usage-facets.md small fixes [ci skip]

4dbdbc63b6c7ef7581de715f71ed6369b10eb12a authored over 9 years ago
`yii\sphinx\Query` unable to retrieve facet named in camel-case notation

0d533001ac10bc670687ef3f6cdb63ac5568d6f9 authored over 9 years ago
Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly

074e963e95478893fdefc33dcdd604a0eb3c1336 authored over 9 years ago
Fixed namespaces

2fc913cb40274dde085419bcf14a19ad28805a5a authored over 9 years ago
Removed duplicate files

c8cef7a16fd34ba33f9e631b6ed5a8008081eec7 authored over 9 years ago
Reverted comment to original line

3dbed18100054313f6aa02837b3216738c93fad4 authored over 9 years ago
Merge pull request #17 from lmuzinic/total-found-instead-total

Total found instead of total

8f11d86ee2636220529c3bc8f77ce15762594cb9 authored over 9 years ago
Moved MySphinxTestCase and RuntimeIndexFixture into data/fixture

97ce19eb52d96d20b762a8adebf5c14ddb12fe58 authored over 9 years ago
Updated CHANGELOG.md [ci skip]

7a351c599423f07b71b476eb78f29d4a45fcb531 authored over 9 years ago
Merge branch 'master' of github.com:yiisoft/yii2-sphinx

d77505819bd30d71bca41af2a54c64e00e6d8269 authored over 9 years ago
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
Fixed `yActiveRecord` does not updates attribute specified at `optimisticLock()` after save

968887f29e0d5e818a081beeb50974c2801fd754 authored over 9 years ago
Using total_found first beacuse it shows total amount of matching documents in index

de0a3913706c6d1ed468e42f847f089d03852864 authored over 9 years ago
Updated test cases according to new source data

d924afeb7886e6678ca79f92592ab3c27f1e4bd7 authored over 9 years ago
Added more test entries to yii2_test_article

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

a74c335f03334c72b3671d2fbcd677ee79dbd180 authored over 9 years ago
Updated .gitignore with /tests/runtime

b6d65c09bc2e7f723a937d4764744503a8b734bf authored over 9 years ago
Merge pull request #15 from yiijan/small-fixes-and-updates

[doc] Small fixes and updates [ci skip]

0163291fdbcece2f097942053caf493eb9053d1c authored over 9 years ago
doc/guide-ja updates [ci skip]

89ce6137ca18d0e2aafad4e6c95783ab6c6ab7a7 authored over 9 years ago
docs/guide small fixes [ci skip]

0aecfb28bfd8d851f117a629749bad8c18f7627a authored over 9 years ago
Added docs about 'max_matches'

06a46c43d99d760270df0191c56c29ef78701ddd authored over 9 years ago
`yii\sphinx\ActiveDataProvider` refactored for proper support queries without 'show meta'

7f29325a2d8725c3eae455be879c531b73ee02a8 authored over 9 years ago
`yii\sphinx\ActiveDataProvider` now disables `yii\data\Pagination::validatePage` automatically if `yii\sphinx\Query::showMeta` is set

fbfb4bba5ff310dcc54711e49f1e379be7c3807b authored over 9 years ago
Extra unit test added

298cfb722806722189a30a58524b9355d1a39926 authored over 9 years ago
prepare for next release

785bec09c3bdaffe54a8c605b540db4327729a1d authored over 9 years ago
2.0.4 release

a0725fa0b893d1d5e9a7a7ee1241b941c787fa68 authored over 9 years ago
ignore composer.lock

d4370066712a62540142bb510e5d09a5430a5345 authored over 9 years ago
updated fxp/composer-asset-plugin version constraint

6443b358885b3c4e35a17c949afee772a146064d authored over 9 years ago
adjusted composer.json links

78032d1c420fc34678de531ca4ee765c4401febc authored over 9 years ago
Merge branch 'master' of github.com:yiisoft/yii2-sphinx

9e27bbe0c7ecfaa24bbb604355de8b1903e1b88b authored almost 10 years ago
Added fixture support via `yii\sphinx\ActiveFixture`

b59132a9f1a84615bb5e8aa05e2b08fb7ed22646 authored almost 10 years ago
Merge pull request #7 from nkovacs/patch-1

grammar fix [skip ci]

c9c7abaaa37c8ee06575b407d4f8d47167726352 authored almost 10 years ago
grammar fix

6dc9d3ac0b5abdba2598b153b54588c172f8829a authored almost 10 years ago
typo fix

a5ef2880ad4c0d7ad9d7da67dc61c1659bed5eac authored almost 10 years ago
Merge pull request #6 from yiijan/docs-ja-update

Docs ja update and small fixes [ci skip]

c685ccb29f37c12019a3039b10badea604eed3ef authored almost 10 years ago
docs/guide small fixes [ci skip]

374f40580cadc3ea186b4da3bd1f21f3ebf46980 authored almost 10 years ago
docs/guide-ja updated [ci skip]

6c0d4107942896fad188499ff23b45b22aa9ee72 authored almost 10 years ago
Docs about 'show meta' and 'facets' added

3210db59fd1ec5ff51b148cf20a6d7d4d7f2bc06 authored almost 10 years ago
Merge pull request #5 from yiijan/docs-ja

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

6b414f1a74666c46fd2f4ffae5a752c2be382e6e authored almost 10 years ago
docs/guide-ja/* added [ci skip]

b6e466cefdfc63d02f3c114f011fea5b97e37242 authored almost 10 years ago
cache of 'vendor' directory for Travis removed

09a8499419f0c06bf87e33af26caccb08a5132d7 authored almost 10 years ago
`.gitattributes` file added

288408771148cc8852f1685c86eafee2a4634798 authored almost 10 years ago
Redundant check at `Query::search()` removed

852e31c8e426b0a19dd158ecc484175cf13c0fd3 authored almost 10 years ago
`ActiveDataProvider` advanced allowing preparing total count from query meta information

be2f7b5b98654bfa3c6a91b0338fbf630b9c4ee8 authored almost 10 years ago
`ActiveQuery` fixed to use `populate()` consistently.

66f74c2ff8b8fab479219dacb27f014f98ef486a authored almost 10 years ago
'show meta' query ability added

3198e98850d2a1232f53639b42e674ddb5a874e1 authored almost 10 years ago
Docs improved

04b226a8e4de3c4f7405e6512f3805c123ec9e79 authored almost 10 years ago
`yii\sphinx\ActiveDataProvider` created

7054c0066c64b9cf456a0acfc9110edab2770f99 authored almost 10 years ago
Facet query ability added

941dbdd6adc671412a6fee376bad46e00dfba13e authored almost 10 years ago
path to `ActiveRecordDb` fixed

90bf3c29ae3a91cb771a5698915e7c3e4b37cfb0 authored almost 10 years ago
Path to source SQL at config fixed

3f4226ebffafaeb06be1adfd2df2835f60b83d5e authored almost 10 years ago
Path to 'sphinx-setup.sh' at Travis setup fixed

f460fb1b244d13f8504440836848745224f29d39 authored almost 10 years ago
Added unit tests

e292bd0ddcfc9900b31683415b1e4a4edb795630 authored almost 10 years ago
update readme

934bc785efc60e1a5706af88a628e7568c9881c2 authored almost 10 years ago
Splitted readme into docs

8f3590b9394793dfc21be0fa668d9b67b6c5242f authored almost 10 years ago
prepare for next release.

453ab571c92be0b23379f67184bbd15901cbdd19 authored almost 10 years ago
2.0.3 release.

55d996e87b950f7cc2bad7046742bf4fabd30de5 authored almost 10 years ago
Reverted #7459, #7469, #7470

7d30c7a7dad5719bff066045d200e4845bc10c0d authored almost 10 years ago
Merge pull request #7459 from creocoder/fix-applications

Fix application templates and official extensions `composer.json`

34c6f3ab90a6620baf3567c5098233448283537e authored almost 10 years ago
Fixed sphinx extension composer.json

c0db44c44351fc59586b1d8dab197d19a496dcb8 authored almost 10 years ago
improved extensions readme

a2b976da61e97a0a083b9e0fd580d94630c66390 authored almost 10 years ago
Fixes #7357: Refactored `yii\db\ColumnSchema` by adding `typecast()` method to decouple `phpTypecast()` from `dbTypecast()`

30d8953bf6f4644833809cdb2ad1aca6424f70dd authored almost 10 years ago
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 almost 10 years ago
`yii\sphinx\Query` no longer attempts to call snippets for the empty query result set

e229152b7050322d40ad286d34264ece408f4596 authored almost 10 years ago
prepare for the next release.

2041c2776a0712888d728fdcae1bd3cfa806323c authored about 10 years ago
2.0.2 release

78b41309b2480b1a9a24f4763bc9cbd9cd8a1d48 authored about 10 years ago
Fix from e719ff5 moved to `yii\sphinx\Query`

7935bab44fd8d7942bc37c0a34a3b304ca1aec94 authored about 10 years ago
prepare for next release.

d563de0a97553ca9ddfedc74432dc80fc13a1ff6 authored about 10 years ago
prepare for 2.0.1 release

cfb2d996f2e896f216e4513df1d8abdaa70a1940 authored about 10 years ago
ported fix for #6164 to sphinx

was already supported for BETWEEN but not for LIKE

fixes #6164

fd7434881f14afbfdfabdca6fb61697f3cfa8b14 authored about 10 years ago
Fixed `yii\sphinx\QueryBuilder` does not support comparison operators (>,<,>= etc) in where specification

a395ce46f06021e97c56d09b313f280f1aa66376 authored about 10 years ago
Correct order of property declaration

375435764fd193c7595a087ead4958a4ea2f8404 authored about 10 years ago
PHP type casting

2ec0fa3bf210c3645cd665937046e8ebf145b4cd authored about 10 years ago
Fixes #5223: Query builder now supports selecting sub-queries as columns

b288157d0e1a2a96be14c599d746bb9cc41863f0 authored over 10 years ago
Add support for yii\db\Expression to QueryBuiler simple conditions

fixes #5601

0a11dc7cc83cc42b357c470a02bbae7494dfd597 authored over 10 years ago
Removed unused aliases

83317a6a9f3d8d4ce9dd6866b67eae947e53bef6 authored over 10 years ago
prepare for next release.

f4fcd1fb966be6216c26f06578fa8a278b3ecf14 authored over 10 years ago
2.0.0 release.

89d68a4afcbd1d94f2b8c28433e121266f054b74 authored over 10 years ago
Fixes #5484: Fixed potential string suffix detection failure on 5.5.11

3039aa73be7e6f6a6a8c85096c69df26ea91377a authored over 10 years ago
'sphinx' docs adjusted

b04bdf521902cd9e68a934e421244a3bc870013e authored over 10 years ago
Issue #5211 added to CHANGELOG

3b66596ab43da0291512a2b03b8e81746b0383d7 authored over 10 years ago