Fixed: Search functionality in form Nodes
[v1.0.0] – 2025-02-10
🐛 Fixed
Search logic: Resolved an issue where the search function was not working as configured. The search now correctly uses OR logic between fields instead of AND logic.
Field-by-field search: Fixed the search behavior to allow records to be found by searching individual fields independently, rather than requiring all search terms to match simultaneously.
⚡ Improved
Search flexibility: Users can now search for records using any individual field criteria, improving overall usability and result accuracy.
Query logic: When using the searcher, the system now adds OR before the section where field-by-field search occurs, enabling more intuitive search behavior.
📋 Technical Details
Component: NODES Forms – Knowledge Node Relationship Search
Issue: Search function was not working with configured variants
