despite waiting a week for re-indexing the search...
# development
c
despite waiting a week for re-indexing the search problems reported in https://pantsbuild.slack.com/archives/C046T6T9U/p1725475943151049 are still occurring. Specifically if you go to https://www.pantsbuild.org/stable/docs/introduction/welcome-to-pants#color and search for 'sql' the result takes you to https://www.pantsbuild.org/2.22/reference/targets/sql_sources and displays 'Page Not Found', but if you go to that url it loads correctly. Searches for 2.21 (no redirect) work, and 2.23 has not been indexed yet. There are no references to 2.22 in https://www.pantsbuild.org/sitemap.xml From much googling, https://github.com/webdriverio/webdriverio/issues/9356 is the closest I found to a report of a similar issue. I suspect from that ticket and above that the issue is closer to 'bad caching' than something fundamentally not working A few options: A: Try use a new 'bucket' as above https://github.com/webdriverio/webdriverio/pull/9359/files B: Ask Algolia support? C: Wait even longer? D: Maybe https://github.com/pantsbuild/pantsbuild.org/pull/125 would help? I don't like C since that leaves things broken, but don't have access to Algolia myself for A/B (or D)
b
Given D seems to be almost there, maybe we can push it to completion? @bitter-ability-32190 is that something we can help you with?
b
Yeah I'll see if I can find some time this week to twiddle some bits
🙏 1
❤️ 1
It should now be crawling every day
b
Thanks. For reference, what did you change?
b
In algolias crawler settings there's you can add a "schedule", and I guess the "copy this settings json blob" didn't have it
c
The original search case now work!