allow use keyword

This commit is contained in:
Hongbo Wu 2023-12-05 20:43:23 +08:00
parent 29e2bf45e3
commit 4dacceac01

View file

@ -521,6 +521,7 @@ export const buildQuery = (
return `(library_item.${column} = '{}' OR library_item.${column} IS NULL)`
}
case 'use':
case 'mode':
// mode is ignored and used only by the frontend
return null