Replies: 1 comment
-
Like I wrote in SO, these chars are special chars and are extracted and removed from the final query if they are detected at the beginning of the Filter string (or also at the end for So in short, special chars that can impact the query and are written as the first 1 and/or 2 characters (<, <=, >, >=, <>, !=, *) will be extracted and impact the final OData query and they will also be removed from the query because of the conversion. There's no way around it and it was really intended to be this way. |
Beta Was this translation helpful? Give feedback.
-
Im using Angular slickgrid with ODataQuery Backend service api and I have noticed that if the column filter contains certain special chars like ">" ,"<", "*", "!", "=" the encoding fails and from my discussion on stackoverflow , I understand that these chars play special role in formulating the final query.
Any workaround for this issue? Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions