-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter Product API is now only 1 database call!
- Loading branch information
santoshkavhar
committed
Oct 9, 2020
1 parent
ec8f629
commit 0348281
Showing
1 changed file
with
26 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0348281
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous Changes made on the Product Structure have been discarded. New structure by the name Record is introduced. Record is used to hold the total records count. This updated code has served Search and Filter API for proper optimization.
TODO: We are currently copying product from Records structure, that is double work, need some alternative.