Query screens – How can I find proposals with titles that contain certain words?
You would use the like %xx% construct. So, if you wanted to find all awards with the word “fusion” in the title, just go to the title field, type like %fusion% . The % on either side of the argument ensures that I got any award where the letters fusion are anywhere in the title. Using the percent sign only at the beginning will give you all titles that end with fusion. Using the percent sign only at the end will give you all titles that begin with fusion.