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

Fixed #28041 -- Added prefix matching for PostgreSQL full text search #12727

Closed
wants to merge 13 commits into from

Commits on Nov 25, 2020

  1. Copy the full SHA
    a7a6afd View commit details
    Browse the repository at this point in the history
  2. Add tests for postgres prefix matching

    joetsoi authored and kaedroho committed Nov 25, 2020
    Copy the full SHA
    5742f6a View commit details
    Browse the repository at this point in the history
  3. Add 'or' search for postgres fts prefix matching

    Joe Tsoi authored and kaedroho committed Nov 25, 2020
    Copy the full SHA
    e780b68 View commit details
    Browse the repository at this point in the history
  4. Add weighting to lexemes

    joetsoi authored and kaedroho committed Nov 25, 2020
    Copy the full SHA
    876de7c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8674b6f View commit details
    Browse the repository at this point in the history
  6. Escaping fixes

    kaedroho committed Nov 25, 2020
    Copy the full SHA
    3d6faca View commit details
    Browse the repository at this point in the history
  7. Add some more tests

    kaedroho committed Nov 25, 2020
    Copy the full SHA
    caf510a View commit details
    Browse the repository at this point in the history
  8. Allow ~ syntax on Lexemes

    kaedroho committed Nov 25, 2020
    Copy the full SHA
    10740ab View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    493c5f0 View commit details
    Browse the repository at this point in the history
  10. Add some basic docs

    kaedroho committed Nov 25, 2020
    Copy the full SHA
    284ce6a View commit details
    Browse the repository at this point in the history
  11. Docs fixes

    Thanks @jacobtylerwalls for suggestions!
    kaedroho committed Nov 25, 2020
    Copy the full SHA
    c483495 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    57748c2 View commit details
    Browse the repository at this point in the history
  13. Fix broken tests

    kaedroho committed Nov 25, 2020
    Copy the full SHA
    5665ade View commit details
    Browse the repository at this point in the history