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 e89a736 commit 54e746fCopy full SHA for 54e746f
Tekst-Web/src/components/search/QuickSearchQueryDisplay.vue
@@ -24,7 +24,7 @@ const theme = useThemeStore();
24
25
const targetTexts = computed(() => {
26
return state.pf?.texts
27
- .filter((t) => props.req.qck.txt?.includes(t.id))
+ .filter((t) => !props.req.qck.txt?.length || props.req.qck.txt.includes(t.id))
28
?.map((t) => ({
29
...t,
30
color: theme.getTextColors(t.id).base,
0 commit comments