-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination support and also support ?whereIn= in the query string #15
base: master
Are you sure you want to change the base?
Commits on Apr 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 85b06d4 - Browse repository at this point
Copy the full SHA 85b06d4View commit details
Commits on Jun 26, 2019
-
Merge pull request #1 from lesalonapp/fix-before-undefined-error
Update index.js
Configuration menu - View commit details
-
Copy full SHA for ada9998 - Browse repository at this point
Copy the full SHA ada9998View commit details
Commits on Jul 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2b44e26 - Browse repository at this point
Copy the full SHA 2b44e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373b240 - Browse repository at this point
Copy the full SHA 373b240View commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4ad1fce - Browse repository at this point
Copy the full SHA 4ad1fceView commit details
Commits on Jul 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cd2b6e7 - Browse repository at this point
Copy the full SHA cd2b6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d4c23 - Browse repository at this point
Copy the full SHA b3d4c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1094a10 - Browse repository at this point
Copy the full SHA 1094a10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3920335 - Browse repository at this point
Copy the full SHA 3920335View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6a18c - Browse repository at this point
Copy the full SHA de6a18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fa597 - Browse repository at this point
Copy the full SHA 66fa597View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35ea91 - Browse repository at this point
Copy the full SHA a35ea91View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc468a6 - Browse repository at this point
Copy the full SHA cc468a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde8831 - Browse repository at this point
Copy the full SHA cde8831View commit details
Commits on Jul 9, 2019
-
Merge pull request #2 from lesalonapp/improve-dashboard-perf
Add pagination in app.get for Collections
Configuration menu - View commit details
-
Copy full SHA for 8f3a34f - Browse repository at this point
Copy the full SHA 8f3a34fView commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5ac22ea - Browse repository at this point
Copy the full SHA 5ac22eaView commit details
Commits on Jul 17, 2019
-
when counting the number of pages, clone the model so we don't accide…
…ntally discard our where filtering
Configuration menu - View commit details
-
Copy full SHA for 05f5605 - Browse repository at this point
Copy the full SHA 05f5605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981cef2 - Browse repository at this point
Copy the full SHA 981cef2View commit details -
By hardcoding the structure of the query we excluded where. Also, thi…
…s is bad practice because load and where are both optional so we should only put them in the URL if they are actually supplied.
Configuration menu - View commit details
-
Copy full SHA for c8c8f7f - Browse repository at this point
Copy the full SHA c8c8f7fView commit details -
initialize the model outside of the where query check, I think this i…
…s cleaner because it's clear that where is one of many optional parameters.
Configuration menu - View commit details
-
Copy full SHA for 389090f - Browse repository at this point
Copy the full SHA 389090fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebe523a - Browse repository at this point
Copy the full SHA ebe523aView commit details -
Merge pull request #3 from lesalonapp/pagination-where-crash
Pagination breaks ?where query
Configuration menu - View commit details
-
Copy full SHA for bb168b4 - Browse repository at this point
Copy the full SHA bb168b4View commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ebe2092 - Browse repository at this point
Copy the full SHA ebe2092View commit details -
Configuration menu - View commit details
-
Copy full SHA for b67431b - Browse repository at this point
Copy the full SHA b67431bView commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 180c144 - Browse repository at this point
Copy the full SHA 180c144View commit details -
Merge pull request #4 from lesalonapp/Allow-whereIn-in-the-query
Allow where in in the query
Configuration menu - View commit details
-
Copy full SHA for 98aa706 - Browse repository at this point
Copy the full SHA 98aa706View commit details