Skip to content
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

Reorganize SQL for place search using window functions #3383

Merged
merged 5 commits into from
Apr 3, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    424ebd7 View commit details
    Browse the repository at this point in the history
  2. remove restriction on frequent one word names

    This is now solved by reducing results with the windowing SQL
    during search.
    lonvia committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9f42c3f View commit details
    Browse the repository at this point in the history
  3. housenumber position should hint on direction

    rather than increasing penalty.
    lonvia committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bdded69 View commit details
    Browse the repository at this point in the history
  4. adapt tests for windowing SQL

    Results with high penalty are now thrown out earlier.
    lonvia committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fe873ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38798bb View commit details
    Browse the repository at this point in the history