Skip to content

Commit e5536ab

Browse files
authored
Document self-managed Search requirement and refresh checkout action (#146)
* Document self-managed search requirements * Fix CI notifier and clarify FTS setup --------- Co-authored-by: Dex the DevEx Assistant <dex-the-ai@users.noreply.github.com>
1 parent b9f03fe commit e5536ab

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
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'
@@ -39,7 +39,8 @@ jobs:
3939
python -m pytest
4040
- name: Report Status
4141
if: always()
42-
uses: ravsamhq/notify-slack-action@v1
42+
continue-on-error: true
43+
uses: ravsamhq/notify-slack-action@v2
4344
with:
4445
status: ${{ job.status }}
4546
notify_when: "failure,warnings"

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 on the `travel-sample` bucket (indexing the `inventory.hotel` collection).
145147
146148
### Swagger Documentation
147149

0 commit comments

Comments
 (0)