Crocoblock / suggestions

The suggestions for CrocoBlock project
191 stars 78 forks source link

JetEngine CCT (REST API) issues #2379

Open meisterx2020 opened 3 years ago

meisterx2020 commented 3 years ago

Issue1.

I found "Post number Setting" in the Listing Grid Widget did not work when using REST API. I tested in my site and I also found the error in your Youtuve Live Q&A. https://www.youtube.com/watch?v=UHb6OiGz0Jg

Pic1 (41:32): "Post number Setting" is 6. https://prntscr.com/wby9j9

Pic2 (41:44): It shows more than 6 posts clearly. https://prntscr.com/wby9ln

Issue2.

I heard the solution for Issue1 is to add "_limit=6" to the endpoint url. But if I have 1000 items (with Rest API) and I want to display 100 items by page, how can I do it? Pagination widget doesn't seem to work when I use Rest API.

campaignium commented 1 year ago

wow how did this not get fixed yet? 2 years later - this functionality is essential for this to be useable in the real world

WebblaJordan commented 12 months ago

I know I'm a bit late to this post but found it when I was facing the issue, I got around it by using my API to write to SQL in the WP DB (with cron) and then using jet engine's SQL query to use the data with a lot more of JetEngine's features that aren't supported when using REST API directly, like pagination. My DB is small so might not be worth the storage and resources strain in your case but worked for me.

domingoapineiro commented 6 months ago

Dic 2023... Issue keeps equal.