How to organize a search by an notStorable field?
The way to make an ordinary field and recount every day is clear. I want it on the notStorable field
Code:
"age": {
"type": "int",
"readOnly": true,
"notStorable": true,
"select": "TIMESTAMPDIFF(YEAR, birthday, CURDATE())",
"isCustom": true,
}
