Enabling full text search
Full Text Search (FTS) is a keyword-based search and involves indexing before searching so that when a user performs a search, only the index is searched instead of the entire text. FTS can identify stem words and can return the results accordingly. For example, when you search for fire, the search results will include words such as firewall, backfire, firefighter, firecracker, and so on.
FTS can weigh words according to their relevancy depending on where they appear—in a title, a keyword, or the text that is being searched. Results that match the title can be weighted as more relevant and can be displayed among the top search results. For FTS to search across certain fields, the fields must be FTS enabled.
The following topics discuss how to enable full-text search: