You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I should still check how we can easily make it facetable, I'm not sure if putting it like this will allow that. An idea I had to solve that was this:
To be clear, this is to prevent the status quo of overloading keywords with this info.
For example: babel wants to have all packages with a specific type of name, angular wants those with package.json#scaffold, Gatsby wants specific keywords/names.
This will allow the extra information they want, be it a string or an object, to be in line with what the data is used for.
Now I should still check how we can easily make it facetable, I'm not sure if putting it like this will allow that. An idea I had to solve that was this:
In this case only the
subset.keys
would be facetable, but it would mean that we can't use the namekeys
for any of the subsets (seems fine for me).The text was updated successfully, but these errors were encountered: