| | |
| | | > Search requires the `ContentIndex` emitter plugin to be present in the [[configuration]]. |
| | | |
| | | ### Indexing Behaviour |
| | | |
| | | By default, it indexes every page on the site with **Markdown syntax removed**. This means link URLs for instance are not indexed. |
| | | |
| | | It properly tokenizes Chinese, Korean, and Japenese characters and constructs separate indexes for the title and content, weighing title matches above content matches. |
| | | |
| | | ## Customization |
| | | |
| | | - Removing search: delete all usages of `Component.Search()` from `quartz.config.ts`. |
| | | - Component: `quartz/components/Search.tsx` |
| | | - Style: `quartz/components/styles/search.scss` |