Open davidpaulsson opened 2 years ago
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 😩
query
null
undefined
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
query
asnull
orundefined
? I can't get it to work 😩I'm thinking something like