Releases: monsieurbiz/SyliusSearchPlugin
Releases · monsieurbiz/SyliusSearchPlugin
v2.0.3
What's Changed
- Remove 2.0-dev recipe by @maximehuran in #164
- Few changes on composer and docker compose by @maximehuran in #166
- Add documentation to upgrade from 1.x.x to 2.0.x by @maximehuran in #163
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Correct deprecated in response by @maximehuran in #162
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Avoid non-scalar value error with SF6 when submitting search form by @delyriand in #161
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Remove sorting on 'dummy' field when no sorting is defined (#issue-64) by @lruozzi9 in #83
- Added ResultInterface by @seizan8 in #86
- fixes #62 by @htaoufikallah in #63
- Fix retrieving all attributes aggs by @SuRRoK in #93
- Improve search accurary, boost name match, and add code search by @maximehuran in #94
- Authorize PHP8.0 by @Jibbarth in #96
- Fix DocumentableInterface for use ResultInteface by @Jibbarth in #95
- Add product stock information by @maximehuran in #100
- Use enabled variants for cheapest price by @maximehuran in #101
- Add Elasticsearch document-es_ mapping by @adpeyre in #103
- Migrate index instead of creating a new one if it exists by @LucaGallinari in #104
- Fix documentation: "extending the result entity" by @antiseptikk in #105
- Plugin v2 with test application works by @maximehuran in #109
- Version 2.0 of search plugin by @delyriand in #108
- Avoid JS error on checkout by @delyriand in #110
- Set searchable false by default and add fixtures by @maximehuran in #111
- Don't build aggregation if the given one is empty by @maximehuran in #112
- Use do while to be able to retrieve all items in RepositoryDatasource by @maximehuran in #113
- Manage Unit of work also on post flush to cover more reindex cases by @maximehuran in #114
- Fix limit without available limits, allow the possibility of defining limits for custom query and allow to get the request parameters by @delyriand in #115
- Fix the test application installation by @delyriand in #120
- Allow Sylius 1.11 by @delyriand in #121
- Add non decoded query in search controller (Can be useful) by @maximehuran in #122
- Add fallback in date format by @maximehuran in #123
- Correct
index: /<INDEX_NAME>/_doc/<ID> caused failed to parse
errors by @maximehuran in #126 - Fix pagination pb when page_size different than 10 by @tmarly in #125
- Remove unused class by @delyriand in #130
- Avoid error on product delete by @maximehuran in #133
- Trim the query in request by @manonlvnr in #134
- Add hash to output javascript filename by @xaviermarchegay in #132
- Became compatible with channel based index name by @lanfisis in #135
- For taxon queries, add only child taxons of the current taxon in filters by @delyriand in #136
- Feature/add automatic reindex manager by @delyriand in #138
- Add an interface for the indexer to facilitate overwriting by @delyriand in #140
- Remove unused files in plugin v2 by @delyriand in #139
- Update Security workflow by @maximehuran in #142
- Add emulate channel context to be able to index in prod by @delyriand in #145
- fix: create an ES index only for used locales by @delyriand in #143
- Add a new env variable to define the ES_URL by @delyriand in #147
- Replace dot in parameter name for the compatibility with symfony 4.4 by @delyriand in #148
- Not create dto object when we have null value in product normalizer by @delyriand in #149
- Fix the reindex events, use the sylius resource event to reindex product by @delyriand in #150
- Corrects an error when the same locale is used by multiple channels by @delyriand in #152
- CI: Remove the no-update option in plugin install in recipe workflow by @delyriand in #154
- Add prefix option for names of indexes and aliases by @delyriand in #155
- Allows babdev/pagerfanta-bundle version 3 for the latest minor Sylius 1.11 and require message-factory for test app by @delyriand in #159
- Correctly uses manifest.json to include JS with hash by @delyriand in #158
- Sylius 1.12 and SF6 compatibility by @delyriand in #160
- Correct default settings valus when many documentable entities by @maximehuran in #157
- Refactoring of the RepositoryDatasource class and add a datasource for the products by @delyriand in #144
New Contributors
- @seizan8 made their first contribution in #86
- @SuRRoK made their first contribution in #93
- @adpeyre made their first contribution in #103
- @LucaGallinari made their first contribution in #104
- @antiseptikk made their first contribution in #105
- @tmarly made their first contribution in #125
- @manonlvnr made their first contribution in #134
- @xaviermarchegay made their first contribution in #132
- @lanfisis made their first contribution in #135
Full Changelog: 0.2.6...v2.0.0
v1.0.0-RC.10
v2.0.0-RC.23
Merge pull request #155 from delyriand/fix/153-add-prefix-option Add prefix option for names of indexes and aliases
v2.0.0-RC.22
What's Changed
- Corrects an error when the same locale is used by multiple channels by @delyriand in #152
Full Changelog: v2.0.0-RC.21...v2.0.0-RC.22
v2.0.0-RC.21
Merge pull request #150 from delyriand/fix/reindex-events Fix the reindex events, use the sylius resource event to reindex product
v2.0.0-RC.20
Merge pull request #149 from delyriand/fix/product-dto-with-null-value Not create dto object when we have null value in product normalizer
v2.0.0-RC.19
What's Changed
- Replace dot in parameter name for the compatibility with symfony 4.4 by @delyriand in #148
Full Changelog: v2.0.0-RC.18...v2.0.0-RC.19