
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Search multiple words
Hi,
I am trying to use the search bar object to search mulitple words.The field I am using is Course title so I would like my results to show all course titles with the searched words in the title i.e. a search for 'history' 'art' 'literature' would return courses with EITHER of these words in the title (not necessarily all the words in the same title), if that makes sense.
Thanks in advance for your help!
Dilpreet
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, if you use the search object an empty space can be used as an or. Note that oyu can't use wildcard, by default is a wildcard search. So if you search by "ins dir" (without the double qutes) will look for texts with ins, dir or both in the text.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, if you use the search object an empty space can be used as an or. Note that oyu can't use wildcard, by default is a wildcard search. So if you search by "ins dir" (without the double qutes) will look for texts with ins, dir or both in the text.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I hope I got your question right.
Two ways to do this
- Search one course after the other and keep selecting
- Create a table (inline or excel) with Search text and Value, something like a grouping table and join/applymap it to the main table
Course Title | Search |
HISTORY | Social |
ART | Social |
LITERATURE | Social |
HISTORY | HISTORICAL STUDIES |
ART | HISTORICAL STUDIES |
LITERATURE | HISTORICAL STUDIES |
HISTORY | US HISTORY |
ART | US HISTORY |
LITERATURE | US HISTORY |
So if a search for US History is made then all three History, Art and Literature would be the possible courses.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
