```Hey @all , I am getting the response as above, ...
# community-help
s
Copy code
Hey @all , I am getting the response as above, can anyone help me with It ?
k
Are you trying to use that field in
query_by
?
s
Thanks for the reply @Kishore Nallan, can you pls help me with it ?
k
Happy to, can you please answer my question above.
s
Yess , am using it in query_by
@Kishore Nallan
k
Fields in query_by should be string fields. If you want to query on the contents of this field, index it as a string.
s
Copy code
q=15100&query_by=costs.avg_tuition_for_ug_usd&sort_by=sort_order:desc
i neeed to query it on int value, what can I use alternative for it ?
@Kishore Nallan
k
Create a string field and store content as string so you can query on that.
s
@Ajay Imade