-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crawler doesn't generate anchor in record urls #1282
Comments
Sorry to ping you directly @shortcuts, but any clue? |
Hey, (I'm off this week so not able to look deeply/no computer) We changed our way to detect anchors, could you show a snippet of an anchor in your DOM? It's possible that your text is not a children of your anchor (sibling or other level), so we can't find it Edit: just saw the snippet, it's definitely this. We need to look into it. |
Also here for the same problem! |
Any update here? |
Hey, all opened issue will be reviewed next week |
👋 just chiming it to say that it would be nice to have some docs about:
🙂 |
Update: we found the issue and will do a bit more of testing before pushing it to prod @axilleas no docs needed for that case, it's a mistake 😬 |
Hey there, A fix has been deployed, feel free to test (start a new crawl) and give feedbacks :D |
For us, it's still not working? Do we need to recreate the index or something else? |
Hey, what is your appId? |
Y1LB128RON |
No crawl was started for |
Works for us, thanks @shortcuts ❤️ |
Cool! Seems to be fixed for everyone then, please feel free to let us know if you encounter any issue with the new indexing! |
Description
Hi,
I'm indexing this website based on Docusaurus 2 and Redoc for the API docs. Since I moved to the new infra, my search hits for API docs are leading to the correct page, without taking me to the correct header.
Steps to reproduce
Get user
https://docs.talon.one/management-api/
which is not as accurate as it should be, it should behttps://docs.talon.one/management-api/#operation/getUser
.The record doesn't contain the full url:
My action looks like this:
The HTML to crawl look like this, so H2 has all the info the Crawler would need, I suppose.
What am I doing wrong 🙁 ?
The text was updated successfully, but these errors were encountered: