Skip to content

Commit 84b3669

Browse files
committed
Document self-managed search requirements
1 parent b9f03fe commit 84b3669

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Update repositories
2020
run: |
2121
apt update || echo "apt-update failed" # && apt -y upgrade
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.12'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ If you are running this quickstart with a self managed Couchbase cluster, you ne
142142
You need to update the connection string and the credentials in the `.env` file in the source folder.
143143

144144
> Note: Couchbase Server version 7 or higher must be installed and running prior to running the Flask Python app.
145+
>
146+
> Note: The hotel autocomplete and filter endpoints rely on Full Text Search. For a self-managed walkthrough or the full test suite, make sure the cluster has the Search service enabled so the `hotel_search` index can be created in the `travel-sample.inventory` scope.
145147
146148
### Swagger Documentation
147149

0 commit comments

Comments
 (0)