I am very confused about the Algolia Crawler Script. Any help is appreciated. #1830
-
This is my crawler code, I have experimented with everything. I have used multiple vitepress configs the new infrastructure one the old one, but I am still confused on why I can't index headers but with vitepress website there crawler is working. I have tried almost everything at this point and I get more confused when I read the documentation. Any help is appreciated. The website I am trying to crawl is https://howtolinux.vercel.app.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey! I think what you mean here is that it will always return In order to fix that, you need to move your Hope this solves your issue :) |
Beta Was this translation helpful? Give feedback.
-
I'm going to close this discussion as we are trying to keep interactions to our Discord at https://alg.li/discord and we'll be happy to help you there! This discussion area is not well monitored. |
Beta Was this translation helpful? Give feedback.
Hey! I think what you mean here is that it will always return
Documentation
as the main section in the search right?In order to fix that, you need to move your
lvl*
selectors in therecordProps
to the one before, e.g.lvl1
becomeslvl0
and so on. Thecontent
field remain the same.Hope this solves your issue :)