[ticket/16234] Fix & enhance Sphinx search backend functionality

PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
This commit is contained in:
KYPREO 2020-02-12 22:29:17 +11:00
parent 852959cf2b
commit a4855decb8
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
# Sample tokenised exception file for phpBB using Sphinx search engine # Sample tokenised exception file for phpBB using Sphinx search engine
# Copyright (c) 2020 -- KYPREO
# #
# Exceptions allow one or more tokens to be mapped to a single keyword. # Exceptions allow one or more tokens to be mapped to a single keyword.
# Exceptions are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation. # Exceptions are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation.

View file

@ -1,5 +1,4 @@
# Sample wordforms file for phpBB using Sphinx search engine # Sample wordforms file for phpBB using Sphinx search engine
# Copyright (c) 2020 -- KYPREO
# #
# Wordform rules map different word forms to a single normal form. # Wordform rules map different word forms to a single normal form.
# Wordforms are defined AFTER tokenisation and are therefore case insensitive and cannot contain ignored characters. # Wordforms are defined AFTER tokenisation and are therefore case insensitive and cannot contain ignored characters.