Hello,
for a database project (music festivals) several search options are to be included. While some search fields will be filled from a dropdown list (like "countries"), other will have a fuzzy option (like "song titles"). For this I want to use the full-text search (you may remember the words in the title but not all and not in the correct order).
Microsoft says to create a full-text catalog and then create full-text indices. As it is a bit too simple a description I found a blog by Pinal Dave going a bit more into detail.
What I don't get but is implied by Hilary Cotter: do you create a full-text catalog for each search you want to perform?