Jade Geels

Results 9 issues of Jade Geels

This PR contains a few updates to the DynamicRangeSlider in the Vue2 branch: - Make sure ranges stay within range - Hide the slider if the range is nonsensical (null...

When saving an entry that only exists in some locales, Statamic will throw an error because the structure doesn't exist. I'm not sure if there are specific conditions that need...

In some of our projects, we are using some of the form email configuration data in the email content. (Specifically, we added a custom field that lets us set email...

Should also be in the upgrade docs: https://github.com/rapidez/docs/pull/86

We ran into a case where we wanted to have a custom query but not care about the query string. Specifically, we wanted to have a complete product listing merely...

We would like to re-use this query function in some cases so we can have certain custom queries without having to deviate from the relevance query used by default (or...

Because of [this bit of code here](https://github.com/searchkit/searchkit/blob/6387efde8c7020620d8f2d512c8838e7e164e952/packages/searchkit/src/highlightUtils.ts#L72) (and subsequently, the replace below), we're getting short flickers of `` within our results, before being replaced by proper tags. (also, the closing...