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

Use regconfig in sort parse_websearch to prevent out of order results #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paradoxxxzero
Copy link

Fixes #75

@alext
Copy link

alext commented Oct 21, 2024

I've also just hit this issue. This fix resolves it for me.

I found while testing that using ts_tank_cd with a query parsed with the pg_catalog.simple regconfig (the default in the 1-argument version of parse_websearch) was always returning 0, meaning the results were returned in an arbitrary order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regconfig not used when sorting
2 participants