Author Topic: Bug with remote data load pq_filter, wrong dataType for stringi  (Read 1236 times)

jplevene

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 210
    • View Profile
I have set coloumns "~multi" and "~txt" as dataType "stringi", but the dataType being sent to server in pq_filter is "string" (see below).
Column "~sel" is dataType "string" and sends "string" correctly.

Code: [Select]
{
   "mode":"AND",
   "data":[
      {"dataIndx":"~multi","dataType":"string","value":["opt2","opt3","opt4"],"condition":"range"}, // Not "stringi"
      {"dataIndx":"~sel","dataType":"string","value":"op2","condition":"equal"},
      {"dataIndx":"~txt","dataType":"string","value":"rrr","condition":"contain"}   // Not "stringi"
   ]
}

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6552
    • View Profile
Re: Bug with remote data load pq_filter, wrong dataType for stringi
« Reply #1 on: April 20, 2026, 07:20:02 am »
stringi is used specifically for local sorting only, moving it to new features board to use this for remote filtering.