Hi ,
I face this issue in core espocrm without modifying any data.
Issue is , When i try to search a value through overview page which is available on page 10 from page 1 , i get the filter list working properly.
And now i cleared my search value and i paginated to page number 3 , when i try to search the same value now i didn't get the result , not sure why. please help me on this , Thanks in advance
My search urls :
http://localhost/espo/api/v1/Installation?select=name%2CleadId%2CleadName%2Ccit yenq%2CproposalNumberCustom%2CdateStart%2CdateEnd& maxSize=10&offset=0&orderBy=dateStart&order=desc&w here%5B0%5D%5Btype%5D=textFilter&where%5B0%5D%5Bva lue%5D=*test%25
This has offset 0 , and i get the results.
http://localhost/espo/api/v1/Installation?select=name%2CleadId%2CleadName%2Ccit yenq%2CproposalNumberCustom%2CdateStart%2CdateEnd& maxSize=10&offset=80&orderBy=dateStart&order=desc& where%5B0%5D%5Btype%5D=textFilter&where%5B0%5D%5Bv alue%5D=*test%25
This has offset 80 , and i'm not getting the result , it shows empty result set , but have this value in my overview page.
I face this issue in core espocrm without modifying any data.
Issue is , When i try to search a value through overview page which is available on page 10 from page 1 , i get the filter list working properly.
And now i cleared my search value and i paginated to page number 3 , when i try to search the same value now i didn't get the result , not sure why. please help me on this , Thanks in advance
My search urls :
http://localhost/espo/api/v1/Installation?select=name%2CleadId%2CleadName%2Ccit yenq%2CproposalNumberCustom%2CdateStart%2CdateEnd& maxSize=10&offset=0&orderBy=dateStart&order=desc&w here%5B0%5D%5Btype%5D=textFilter&where%5B0%5D%5Bva lue%5D=*test%25
This has offset 0 , and i get the results.
http://localhost/espo/api/v1/Installation?select=name%2CleadId%2CleadName%2Ccit yenq%2CproposalNumberCustom%2CdateStart%2CdateEnd& maxSize=10&offset=80&orderBy=dateStart&order=desc& where%5B0%5D%5Btype%5D=textFilter&where%5B0%5D%5Bv alue%5D=*test%25
This has offset 80 , and i'm not getting the result , it shows empty result set , but have this value in my overview page.