Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Default features:
1.When user will select the features and will enter , the back-end will search and then will by-default will show the first page
2.If page==1, then we will be calculating the total number of such movies and pages
3.If page!=1, then we are just taking skip=(page-1)*page_size, page_size=10, and take_val=page_size(generally , except for the last page)
4.Response is send in the form .json format
5.The testing or my api working has been observed on my own movie_database(that is not the shared one),although all features are some , except for few documents where years were ambigous
Thanks!