Code search using multiple search strings, matched using AND/OR

Related products: Software Factory

I'd like to be able to perform a Code search in the SF using multiple search strings, instead of the one string we currently provide. I'd also like to specify if the search should match all (AND) or match any (OR) of the conditions.

Example 1:

  • Search for code that contains “model_id” AND “branch_id”.

Example 2:

  • Search for code that contains “status = ‘planned’” OR “status = ‘in_progress’”

Should you have any thoughts on how this should be presented in the UI, considering the available space in the screen, please reply in the comments.

NewOpen