Apostrophes not allowed in keywords Apostrophes not allowed in keywords
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Apostrophes not allowed in keywords

Started by Leonard Will, July 05, 2017, 11:32:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Leonard Will

I found it necessary to change one line to make it clear to users that apostrophes should be omitted when searching for keywords (e.g. "St Pauls Church" not "St Paul's Church").

In \lang\english.php
Change
Quote$lang_common['keywords'] = 'Keywords'; // cpg1.5
to
Quote$lang_common['keywords'] = 'Keywords (omit apostrophes)'; // cpg1.5