Author Topic: Filter by JSON data  (Read 1722 times)

resolvecomputing

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 40
    • View Profile
Filter by JSON data
« on: April 16, 2019, 04:33:58 pm »
Hi team,
when i get data from database have column type is Json, it save object like this
{
 name: "john",
age: 20
}

i can query and display with postgres and paramquery, but when i filter on it, is always return value is undefined

help me , please!
Thanks!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Filter by JSON data
« Reply #1 on: April 17, 2019, 08:57:41 am »
Sorry, dataType json for fields is not supported.