Given
inventory={
{"https://lex.uz/en/docs/3815506", {"plant protection", "land plot", "agricultural production"}},
{"https://lex.uz/en/docs/6906672", {"environmental protection", "land plot"}}
};
I want to link the set of tags, for example, {"plant protection", "land plot", "agricultural production"} to the associated URL link https://lex.uz/en/docs/3815506 and filter the inventory using the tags to retrieve the associated URL links?
Example: when I filter the inventory using the tag land plot, I should get both URL links in the inventory list because land plot is common among the URL links.