#Ante75-search

1 messages · Page 1 of 1 (latest)

zealous pollen
#

👋 happy to help

#

what are you searching for?

#

I mean what object?

mortal remnant
#

to search for a list of Charge

#

works with a simple search
string Query = "created> =" + date Unix;

zealous pollen
mortal remnant
#

req_P5AYwxe5Cp72OU

#

I don't understand, it seems that the query is incorrect ....

#

this is what I require:

chargeSearchOptions.Query = "created> = 1656979200 and created <= 1657238400"

#

I understand !!

I don't set null on PAGE !!!

#

I was wrong doing for the reset:

Page = "";

instead of

Page = null

sorry for the lost time,

thank you

zealous pollen
#

yes it seems there's an issue with this query and I reproduced it myself

#

I need to raise the feedback internally

mortal remnant
#

in the request,

This is wrong:
chargeSearchOptions.Page = "";

this is right
chargeSearchOptions.Page = null;

zealous pollen
#

yes