Skip to content

Commit eec104f

Browse files
Merge pull request #4690 from vespa-engine/sebastiannberg/mark-saved-search-experimental
2 parents 7345303 + b606a67 commit eec104f

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

en/modules/e-commerce/saved-search.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
applies_to: enterprise
55
---
66

7+
{% include important.html content="
8+
<strong>Experimental feature under active development.</strong>
9+
Saved Search Notifications is in early access and is being actively developed.
10+
Schemas, configuration, the webhook payload format, and other public APIs may change in
11+
backwards-incompatible ways without notice. Do not rely on this feature for
12+
production-critical workloads, and expect to migrate as the feature evolves.
13+
Feedback is welcome &mdash; please reach out to <a href='https://vespa.ai/support/'>Vespa Support</a>." %}
14+
715
<p>
816
Vespa for e-commerce includes a module for storing queries in Vespa ("searches") and issuing notifications
917
when a new or updated document matches any saved searches.

en/modules/e-commerce/using-features-together.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
applies_to: enterprise
55
---
66

7+
{% include important.html content="
8+
Some features described on this page (notably <a href='saved-search.html'>Saved Search Notifications</a>)
9+
are experimental and under active development. APIs and configuration may change in
10+
backwards-incompatible ways &mdash; see the individual feature pages for details." %}
11+
712
<p>
813
The e-commerce features are designed as standalone components that can be composed together.
914
This page covers the configuration needed

0 commit comments

Comments
 (0)