Andrew Fairlie
Andrew Fairlie
Updating https://github.com/besteadfast/craft-preparse-field/blob/develop/src/fields/PreparseFieldType.php#L231C1-L231C1 to the following solves the suffix bug. ``` use craft\helpers\ElementHelper; ``` ``` $column = ElementHelper::fieldColumnFromField($this); $query->subQuery->andWhere(Db::parseDateParam("content.$column", $value)); ``` However this then reveals a second bug on this part...
@jalendport is this one you would be able to look into please?
Yeah multiline would enable rich text by allowing editors to write markdown which would improve the functionality here a lot.
I can also replicate this on the latest version.