datocms-search
Version:
DatoCMS search
19 lines (11 loc) • 553 B
Markdown
DatoCMS site search
===============
DatoCMS Site Search is a way to deliver tailored search results to your site visitors. You can think of it as a replacement for the now discontinued Google Site Search.
Via CDN add our JS and CSS in your page:
```html
<link rel="stylesheet" href="https://unpkg.com/datocms-search/styles/index.css" />
<script src="https://unpkg.com/datocms-search/dist/datocms-search.widget.js"></script>
```
[](https://www.datocms.com/docs/search/).