Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Apostrophes not allowed in keywords  (Read 9082 times)

0 Members and 1 Guest are viewing this topic.

Leonard Will

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 27
Apostrophes not allowed in keywords
« on: July 05, 2017, 11:32:35 am »

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
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.