Announcement

Collapse
No announcement yet.

Search in an notStorable field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Search in an notStorable field

    How to organize a search by an notStorable field?

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