Refactor facet autocomplete
Compare changes
+ 156
− 206
@@ -22,47 +23,57 @@ export interface NumericalFilter {
@@ -75,6 +86,9 @@ const computedTableHeight = computed(() => {
@@ -83,9 +97,6 @@ const filterInputValues = computed(() => {
@@ -114,26 +125,67 @@ const notPaginatedParams = computed(() => {
@@ -147,154 +199,86 @@ const throttleSearch = useThrottleFn(async () => {
@@ -304,84 +288,50 @@ async function downloadData() {