Richard Weaver
Richard Weaver
### Expected behavior `npm i -g @bigcommerce/stencil-cli` should install stencil-cli ### Actual behavior An error received during installation: ``` npm ERR! Error while executing: npm ERR! C:\Users\XXXXXXX\AppData\Local\Programs\Git\cmd\git.EXE ls-remote -h -t...
We have issues where on a deployment we want to force a complete re-indexing. This PR enables this by: - Adding a `clear()` method to the provider interface (and implementing...
I'm proposing this change to make the plugin reactive to publication state. This means unpublished entities will not appear in the search index. - Create: if the entity uses draft/publish...