- DATE:
- AUTHOR:
- DealPOS
Omnichannel Version 5.48.0
New Feature & Improvement:
New Search Implementation
Search functionality now includes new matching options—Is, Starts With, Ends With, and Contains—allowing users to control the precision of search results. By narrowing the search scope more effectively compared to the previous fully-Contains approach, the system can process queries faster and more efficiently, resulting in noticeably improved search performance and accuracy.
Is: searches for values that must match the full text exactly as entered.
Starts With: searches for values that begin with the initial characters entered.
Example: input89988→ will return data starting with those digits.Ends With: searches for values that end with the characters entered (the opposite of Starts With).
Contains: searches for values that contain the sequence of characters anywhere within the text, not necessarily at the beginning or end.
Example: input9988→ will still be found even if it does not start with the digit 8.
Framework Upgrade
We have upgraded our application framework to keep the system modern, secure, and aligned with the latest best practices. This update ensures improved performance, better stability, and long-term maintainability.
Bug Fixes:
TASK-8047 Fix Notification cross account
fix css import warning
refactor update custom price not give response