Skip to content

Commit 3ad91c6

Browse files
committed
Also document key -> provider change in search provider config
1 parent 13b8dd1 commit 3ad91c6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/release_notes/QWC2UpgradeNotes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,26 @@ New:
8383
}
8484
```
8585

86+
Also, the legacy `key` field in non-fulltext search provider configurations has been replaced with `provider`:
87+
88+
Old:
89+
90+
```json
91+
{
92+
"key":"<providerkey>",
93+
"params": {...}
94+
}
95+
```
96+
97+
New:
98+
99+
```json
100+
{
101+
"provider":"<providerkey>",
102+
"params": {...}
103+
}
104+
```
105+
86106
Update to qwc2 submodule revision [9cb8bab](https://github.com/qgis/qwc2/tree/9cb8bab) (13.11.2024)
87107
---------------------------------------------------------------------------------------------------
88108

0 commit comments

Comments
 (0)