Service Portal Wildcard search with Boolean Search OperatorsSummaryThis document helps to understand how search works using boolean operatorsInstructions1. If you enter words separated by spaces, will it be searched by AND? - Spaces takes as AND operation in Service portal2. Is there a way to search by AND or OR conditions? - Space and ^ (carat) can be used for AND operation - | (pipe) can be used for OR operationBelow is example for keywords with boolean operator used on Homepage Search Widget Search with term - email (autocomplete shows only email related searches)Search with term - email backup ( we used space here between two words - It take as AND and returns results having both words in it)Search with term - email^backup ( This is again same as space considers AND operation, returns results having both words in it)Search with term - email|backup ( This pipe operator acts as OR operation -it returns 'email' related results, 'backup' related results, returns results having both words)