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

tsearch: add configuration to customize columns separator #485

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

Commits on Sep 20, 2023

  1. tsearch: add configuration to customize columns separator

    When performing tsearch with Highlighting, the resulting query result
    concatenates the searched columns with a space.
    
    It can be hard to extract the different column data result if both
    data are text (containing spaces).
    
    In order to avoid this issue, we can allow users to customize the
    columns separator (which needs to be one of the word boundaries used
    by the query dictionnary).
    
    Partial solution for Casecommons#336.
    paulRbr committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c8b90a4 View commit details
    Browse the repository at this point in the history