Besim Huskic
Besim Huskic
@AlexanderSix what Craft 3 version are you on? Today I noticed I was having issues busting cache through query string. It used to work for me just fine in the...
@poopsplat out of curiosity, why not use the larvel mix plugin that reads the mix-manifest files? I did so recently on a project where I used Larvel Mix.
@poopsplat I am using it on the latest 3.4.9 version and it works fine https://github.com/mister-bk/craft-plugin-mix/blob/master/README.md
@AdamBauerle have you looked at `numericOnly` ? https://github.com/nosir/cleave.js/blob/master/doc/options.md#numericonly That is how I have gotten it to work in the past.
@AdamBauerle here is the config that worked for me ```json { "numericOnly": true, "blocks": [3, 2, 4], "delimiter": "-" } ```
I am a bit late to this. There was a way to map different elementTypes to the same index. You would just map to the same index name. It worked...
@riasvdv thank you for the reply. I saw your comment earlier on about using `craft\base\Element` but unfortunately that doesn't make a whole lot of sense to me. Do you have...
@nikolowry Are you able to provide a full example of how you patched and or what needs to be done? It looks like you copied some git diff in your...
@nikolowry thank you, it worked as you described and I was able to finally upgrade to the latest version.
I agree with @nikolowry ... I am relying on the instantsearch.js and that does not allow for combining multiple indecies. I have some content that falls under categories, and while...