Hi Team,
Currently, our application does not allow users to search for project names in any order. You can either search by the first keyword or by 2 keywords in consecutive order.
For example:
Project name: Ruby Test Project
Search: "Ruby" or "Ruby Test" and you will get results
however, in case the user cannot remember exact contents of the project name in order and decide to type "Ruby Project" the application states no results.
It seams search only works if you apply the keywords in consecutive order vs in any order.