I'm trying to figure out how to get all records with a certain tag, can I pass tags to the options? can I leave query as null or undefined? I can't get it to work 😩
I'm thinking something like
const results = useFlexSearch(undefined, index, store, {
tag: 'Furniture > Sofas and poufs',
});
I'm trying to figure out how to get all records with a certain tag, can I pass tags to the options? can I leave
queryasnullorundefined? I can't get it to work 😩I'm thinking something like