-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
PrestaShop/ps_facetedsearch
#1124Labels
8.1.xBranchBranchBOCategory: Back OfficeCategory: Back OfficeBugType: BugType: BugFaceted searchModule: ps_facetedsearchModule: ps_facetedsearchModuleModuleModuleNMIStatus: issue needs more informationStatus: issue needs more informationPR availableSolution: issue is being addressedSolution: issue is being addressedWaiting for devStatus: action required, waiting for tech feedbackStatus: action required, waiting for tech feedback
Description
Prerequisites
- I understand and accept the project's code of conduct.
- I have already searched in existing issues and found no previous report of this bug.
Describe the bug and add attachments
Price indexing loop only one time in indexPricesUnbreakable.
The second times (and next), we compare $cursor value which is the last productId indexed with the number of products to index ($nbProducts).
File : ps_facetedsearch method IndexPrice.
Expected behavior
Compare $cursor with productId and not product count
Steps to reproduce
Launch full index price with product id > 100 in the first loop/
PrestaShop version(s) where the bug happened
8.1.7
PHP version(s) where the bug happened
7.2
If your bug is related to a module, specify its name and its version
ps_facetedsearch 3.16.1
Your company or customer's name goes here (if applicable).
Hastone & Ten
Metadata
Metadata
Assignees
Labels
8.1.xBranchBranchBOCategory: Back OfficeCategory: Back OfficeBugType: BugType: BugFaceted searchModule: ps_facetedsearchModule: ps_facetedsearchModuleModuleModuleNMIStatus: issue needs more informationStatus: issue needs more informationPR availableSolution: issue is being addressedSolution: issue is being addressedWaiting for devStatus: action required, waiting for tech feedbackStatus: action required, waiting for tech feedback