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 16eeb94 commit 83c88d7Copy full SHA for 83c88d7
frontend/src/views/Lists.vue
@@ -231,7 +231,7 @@ export default Vue.extend({
231
getLists() {
232
this.$api.queryLists({
233
page: this.queryParams.page,
234
- query: this.queryParams.query,
+ query: this.queryParams.query.replace(/[^\p{L}\p{N}\s]/gu, ''),
235
order_by: this.queryParams.orderBy,
236
order: this.queryParams.order,
237
}).then((resp) => {
0 commit comments