Problem
When using the search functionality in the application, partial keywords work, but searching with the full keyword does not return expected results.
Example:
- Searching with "ap" correctly finds the workflow "API calls" (see screenshot below).
- Searching with the full string "api" returns no results, even though "API calls" exists (see screenshot below).
Expected Behavior
- Searching for "api" should return results such as "API calls".
Actual Behavior
- Only partial matches (e.g., "ap") work, but full matches do not find expected items.
Steps to Reproduce
- Open the search dialog.
- Type “ap” and observe that workflows like "API calls" appear.
- Type “api" and observe that no results are shown, even if there are workflows with "API" in the name.
Additional Notes
- Screenshots for both cases are attached above.
- This inconsistency may confuse users and makes it difficult to find existing workflows by their exact name.
Please investigate and improve the search logic so full matches are reliably returned as expected.
Problem
When using the search functionality in the application, partial keywords work, but searching with the full keyword does not return expected results.
Example:
Expected Behavior
Actual Behavior
Steps to Reproduce
Additional Notes
Please investigate and improve the search logic so full matches are reliably returned as expected.