Add customer lookup for phone app, add fallback mysql search for new products in product editor

This commit is contained in:
2026-04-24 09:20:34 -04:00
parent 123946c159
commit 8721ba67df
5 changed files with 383 additions and 3 deletions
+1
View File
@@ -1237,6 +1237,7 @@ router.get('/search-products', async (req, res) => {
ELSE 6
END
`}
${isPidSearch ? '' : 'LIMIT 100'}
`;
// Prepare query parameters based on search type