We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b8dd1 commit 3ad91c6Copy full SHA for 3ad91c6
src/release_notes/QWC2UpgradeNotes.md
@@ -83,6 +83,26 @@ New:
83
}
84
```
85
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
100
101
+ "provider":"<providerkey>",
102
103
104
105
106
Update to qwc2 submodule revision [9cb8bab](https://github.com/qgis/qwc2/tree/9cb8bab) (13.11.2024)
107
---------------------------------------------------------------------------------------------------
108
0 commit comments