Skip to content

Commit

Permalink
Fix schema errors
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Aug 15, 2024
1 parent 1a854aa commit 36c3498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/qwc-search-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"trgm_similarity_threshold": {
"description": "Trigram similarity treshold. Default: 0.3",
"type": "number",
"type": "number"
},
"word_split_re": {
"description": "Word split Regex",
"type": "string",
"default": "[\\s,.:;\"]+"
},
"search_result_limit": {
"rdescription": "Result count limit per search",
"description": "Result count limit per search",
"type": "integer",
"default": 50
},
Expand Down

0 comments on commit 36c3498

Please sign in to comment.