praveenn77 / docusaurus-lunr-search

Local / Offline Search for docusaurus
https://praveenn77.github.io/docusaurus-lunr-search-demo/
MIT License
493 stars 79 forks source link

Snippets mdx no indexed #134

Open jidckii opened 11 months ago

jidckii commented 11 months ago

Hello.

I have mdx snippets:

example text

And page

---
title: Установка вручную
description: Установка клиента вручную
---

import TunaExample from "/snippets/example.mdx";

<TunaExample />

The text from this snippet is not indexed and does not appear in search. in fact, the snippet there is more complicated with tabs, I can attach real files

praveenn77 commented 10 months ago

Please share the file..