I'm just about to wrap up some updates to the docs...
# community-help
j
I'm just about to wrap up some updates to the docsearch scraper and JS lib. I'll keep you posted shortly
👀 1
Alright, done!
@Sandeep Dinesh If you pull the latest from the repos I added you to, you'll get the update that now indexes titles as well
The new docs site is still work in progress, but I've pushed the latest updates to just the docsearch search bar here: https://new-site.typesense.org/docs/
s
perfect, im looking to start the "poc" tomorrow. Looking at the changes it seems like it should be pretty straighforward
j
Yeah it was a simple exercise. The most involved thing was supporting searching titles, because the scraper uses nested fields to store them and we don't support nested fields in Typesense yet. So on the scraper side, I flatten that (
hierarchy
) field and on the docsearch.js side I unflatten it, before passing it back to the rest of the docsearch code.
s
quick question, is the typesense/docsearch-scraper-base docker image up to date?
j
It should be. The changes I made yesterday were only to typesense/docsearch-scraper docker image though
I also have
typesense/docsearch-scraper:latest
running on Fargate scraping our new docs site and it indexed titles successfully, so I can confirm that it's the latest image.
Are you noticing any issues?
s
nope, just asking before I deploy
👍 1