feat: Search UI

- Search UI with dropdown results
- Client class to handle Product Search actions and results
- Integrated Search bar into all-products and item group pages
- Run db search without redisearch
- Cleanup: [Search] change decorator names and variables
- Sider fixes
This commit is contained in:
marination
2021-06-01 12:44:49 +05:30
parent 4f73deeb78
commit acfdc6f22e
18 changed files with 376 additions and 349 deletions

View File

@@ -144,6 +144,8 @@ erpnext.ProductGrid = class {
${ __('Add to Cart') }
</div>
`;
} else {
return ``;
}
}
};