From a4855decb83cda91e7fbed9f8cbf86b1bd82352f Mon Sep 17 00:00:00 2001 From: KYPREO <58344533+KYPREO@users.noreply.github.com> Date: Wed, 12 Feb 2020 22:29:17 +1100 Subject: [PATCH] [ticket/16234] Fix & enhance Sphinx search backend functionality PHPBB3-16234 PHPBB3-16233 PHPBB3-15367 PHPBB3-13958 --- phpBB/docs/sphinx_exceptions.txt | 1 - phpBB/docs/sphinx_wordforms.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/phpBB/docs/sphinx_exceptions.txt b/phpBB/docs/sphinx_exceptions.txt index 015654dca1..5d5c342408 100644 --- a/phpBB/docs/sphinx_exceptions.txt +++ b/phpBB/docs/sphinx_exceptions.txt @@ -1,5 +1,4 @@ # 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 are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation. diff --git a/phpBB/docs/sphinx_wordforms.txt b/phpBB/docs/sphinx_wordforms.txt index 0de3984f20..1fc5188441 100644 --- a/phpBB/docs/sphinx_wordforms.txt +++ b/phpBB/docs/sphinx_wordforms.txt @@ -1,5 +1,4 @@ # Sample wordforms file for phpBB using Sphinx search engine -# Copyright (c) 2020 -- KYPREO # # 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.