Searching
These FAQs briefly summarise key points regarding Composr's full-text search feature.
For more information, check out these tutorials:
For more information, check out these tutorials:
Question | How do I search my Composr website? |
---|---|
Answer | There are a few ways to search your Composr website:
|
Question | What is the difference between natural and boolean searching? |
---|---|
Answer | Natural search is a more relaxed approach where you type in your search terms and Composr tries to find the most relevant results, even if they don't contain all the words. It's like a Google search. Boolean search requires more precision and uses operators like "+", "-", and quotation marks to define exactly what you're looking for. For example, searching for "+car -maintenance" will only return results that contain the word "car" but not "maintenance". |
Question | Can I filter my search results? |
---|---|
Answer | Yes, you can filter your search results by:
|
Question | What is the fast custom index and why should I use it? |
---|---|
Answer | The fast custom index is Composr's own search engine, designed to be faster and more efficient than MySQL full-text search, especially for large websites and filtered searches. Benefits of the fast custom index:
Downsides of the fast custom index:
|
Question | How can I improve my search results? |
---|---|
Answer | Here are some tips for improving search results:
|
Question | How do stop words affect search results? |
---|---|
Answer | Stop words are common words (like "the", "a", "is") that are ignored by the search engine because they add noise and don't contribute to the meaning of the search query. You can customize the list of stop words for the fast custom index. See the search tutorial for more information. |
Question | What are quoted phrases and how do they work? |
---|---|
Answer | Quoted phrases allow you to search for an exact sequence of words. For example, searching for "red apple" will only return results containing that exact phrase. Keep in mind that enabling quoted phrases can increase disk space usage. |
Question | How does the search engine handle different languages? |
---|---|
Answer | Composr's fast custom index supports multiple languages. Content is indexed based on its translated version, ensuring that you get relevant results even when searching in a different language. |
Question | Why are my searches slow, and how can I improve search speed? |
---|---|
Answer | Slow searches can occur when dealing with large amounts of content. Here are some workarounds and solutions:
|