waibu 2.1.4 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -91,7 +91,7 @@ async function factory (pkgName) {
91
91
  bboxLatField: 'bboxLatField',
92
92
  bboxLngField: 'bboxLngField',
93
93
  query: 'query',
94
- match: 'match',
94
+ search: 'search',
95
95
  skip: 'skip',
96
96
  page: 'page',
97
97
  limit: 'limit',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu",
3
- "version": "2.1.4",
3
+ "version": "2.2.0",
4
4
  "description": "Web Framework for Bajo",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-02-01
4
+
5
+ - [2.2.0] Change query string token ```match``` to ```search``` for fulltext search
6
+
3
7
  ## 2026-01-21
4
8
 
5
9
  - [2.1.3] Rework on all title handlers