@bridgeline-digital/hawksearch-handlebars-ui 7.0.2-beta.1 → 7.0.2-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +1 -0
- package/dist/hawksearch-handlebars-ui.cjs +2 -2
- package/dist/hawksearch-handlebars-ui.js +2 -2
- package/dist/hawksearch-handlebars-ui.min.js +2 -2
- package/dist/hawksearch-handlebars-ui.umd.cjs +2 -2
- package/dist/src/services/base.service.d.ts +21 -4
- package/docs/assets/hierarchy.js +1 -1
- package/docs/classes/Services.AutocompleteService.html +20 -2
- package/docs/classes/Services.BaseService.html +19 -1
- package/docs/classes/Services.ConversationalService.html +20 -2
- package/docs/classes/Services.RecommendationsService.html +20 -2
- package/docs/classes/Services.SearchService.html +20 -2
- package/docs/classes/Services.TrackingService.html +20 -2
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +3 -3
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
3. Fixed `requestType` query string parameter logic to ensure that search field components only populate with the `query` value corresponding to their own `requestType`
|
|
8
8
|
4. Clear `query` and `requestType` query string parameters when performing visual search
|
|
9
9
|
5. Cleaned up `SearchService.query` syntax and added deprecated overloads
|
|
10
|
+
6. Added `X-HawkSearch-IgnoreTracking` header on all API requests when tracking is disabled
|
|
10
11
|
|
|
11
12
|
# 7.0.1
|
|
12
13
|
|