Add customer lookup for phone app, add fallback mysql search for new products in product editor
This commit is contained in:
@@ -1237,6 +1237,7 @@ router.get('/search-products', async (req, res) => {
|
||||
ELSE 6
|
||||
END
|
||||
`}
|
||||
${isPidSearch ? '' : 'LIMIT 100'}
|
||||
`;
|
||||
|
||||
// Prepare query parameters based on search type
|
||||
|
||||
Reference in New Issue
Block a user