Skip to content

Commit

Permalink
Merge pull request #368 from Nosto/release/7.5.0
Browse files Browse the repository at this point in the history
Release/7.5.0
  • Loading branch information
TobiasGraml11 authored Apr 22, 2024
2 parents 3f6ed03 + 0e69828 commit 1d3f242
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning (http://semver.org/).

### 7.5.0
* Request custom fields within the search operation

### 7.4.0
* Drop support for phpseclib v2
* Uses gcm as encryption algorithm for exporting data
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nosto/php-sdk",
"version": "7.4.0",
"version": "7.5.0",
"description": "PHP SDK for developing Nosto modules for e-commerce platforms",
"license": "BSD-3-Clause",
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions src/Operation/Search/SearchOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,12 @@ public function getQuery()
products {
total,
hits {
productId,
name
productId
name,
customFields {
key,
value
}
}
facets {
... on SearchStatsFacet {
Expand Down

0 comments on commit 1d3f242

Please sign in to comment.