-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix search using empty search term (#20)
* Update value of search filter for google shooping * Fix Google Shopping wrong param name to froogle * Fix search using empty search term Co-authored-by: chistel <46791424+chistel@users.noreply.github.com>
- Loading branch information
1 parent
3c4cc77
commit f513ad5
Showing
10 changed files
with
91 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,40 @@ | ||
# CHANGELOG | ||
|
||
## 2.0.1 | ||
|
||
- Fix Google Shopping wrong param name to froogle | ||
|
||
## 2.0.0 | ||
|
||
- Add PSR7 Search compatibility | ||
- Add common SearchInterface (Breaking change) | ||
- Add open api specs | ||
- Allow test api locally with PHP builtin server | ||
|
||
## 1.2.2 | ||
|
||
- Improve tests | ||
- Fix rising and top metrics filter | ||
|
||
## 1.2.1 | ||
|
||
- Fix composer install documentation | ||
|
||
## 1.2.0 | ||
|
||
- Added support for interests by region | ||
- Improve documentation and code standard | ||
|
||
## 1.1.0 | ||
|
||
- Added support for interests over time series result | ||
- Improve documentation and code standard | ||
|
||
## 1.0.0 | ||
|
||
- First stable release | ||
# CHANGELOG | ||
|
||
## 2.0.2 | ||
|
||
- Fix search using empty search term | ||
|
||
## 2.0.1 | ||
|
||
- Fix Google Shopping wrong param name to froogle | ||
|
||
## 2.0.0 | ||
|
||
- Add PSR7 Search compatibility | ||
- Add common SearchInterface (Breaking change) | ||
- Add open api specs | ||
- Allow test api locally with PHP builtin server | ||
|
||
## 1.2.2 | ||
|
||
- Improve tests | ||
- Fix rising and top metrics filter | ||
|
||
## 1.2.1 | ||
|
||
- Fix composer install documentation | ||
|
||
## 1.2.0 | ||
|
||
- Added support for interests by region | ||
- Improve documentation and code standard | ||
|
||
## 1.1.0 | ||
|
||
- Added support for interests over time series result | ||
- Improve documentation and code standard | ||
|
||
## 1.0.0 | ||
|
||
- First stable release | ||
- Allow search using internal class for queries and results |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters