Coder Social home page Coder Social logo

Comments (6)

picnixz avatar picnixz commented on July 23, 2024

It might be an issue with Sphinx as well, so feel free to ping me. I remember we changed the search algorithm so this might have affected that, though I honestly don't know why the search would be different depending on the version.

from cpython.

hugovk avatar hugovk commented on July 23, 2024

It sounds like Sphinx to me too: the 3.12 docs were created with Sphinx 7.3.7 and 3.11 with Sphinx 7.2.6 (the version is shown in the footer).

Should this be reported to https://github.com/sphinx-doc/sphinx?

from cpython.

picnixz avatar picnixz commented on July 23, 2024

Definitely yes! I'll tag the relevant maintainers for that component.

from cpython.

mi1acl avatar mi1acl commented on July 23, 2024

I spent some time last night on this. Looks like there has been a change in the way Sphinx ranks the results.

I changed the searchtools.js generated by the build process. The first 10 rows get score of 100 which they clearly shouldn't. The title of the first 10 rows is considered to be 'asyncio' which is not correct. the actual asyncio gets a score of 15.

from cpython.

picnixz avatar picnixz commented on July 23, 2024

Yes we changed the ranking because other pages were affected but it appears that we did not consider thoses cases. I think we should sorting the results differently depending on the length of the title and where the match is done (like, is it at the beginning or not).

Another possibility is that we incorrectly guessed the What's New asyncio because of the "title-like" section and handle it as the "principal" asyncio. I was expecting someone to open an issue meanwhile but I'll do it myself (I think it'd be best to continue the discussion on Sphinx' side).

from cpython.

wlach avatar wlach commented on July 23, 2024

Yes we changed the ranking because other pages were affected but it appears that we did not consider thoses cases. I think we should sorting the results differently depending on the length of the title and where the match is done (like, is it at the beginning or not).

Just to be clear, the original code was clearly not working as intended but it appears that the bugs actually produced more desirable behaviour in some cases. I think there's a number of things we can do here, see the issue above for more discussion.

from cpython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.