Menu

#336 Search issue in titles protected from changes in bibliographic capitalization

6.4.4
closed
None
6.4.3
Bug
Unknow
Unknow
2021-04-08
2021-03-31
No

Related to bug [#328].


I think I know what one issue might be with search.

Resource titles can be protected from changes in bibliographic capitalization using {...}.

I've been able to get the results I want by removing the use of {...} in the title fields:

SELECT `resourceId` AS rId FROM wkx_resource WHERE (
REPLACE( REPLACE(CONCAT_WS(' ', `resourceNoSort`, `resourceTitle`, `resourceSubtitle`) , '{', ''), '}', '')
REGEXP '[[:<:]]idea of scientific progress[[:>:]]')

That explains the issue I've had but it's probably different to the main reported issues here.

Mark

Related

News: 2021/04/wikindx-v644-released
Bugs and feature requests : #328

Discussion

  • Stéphane Aulery

    Fixed by [r1538].

     

    Related

    Commit: [r1538]

  • Mark Grimshaw

    Mark Grimshaw - 2021-03-31
     
  • Mark Grimshaw

    Mark Grimshaw - 2021-03-31

    Fixed in SVN for v6.4.4

     
  • Stéphane Aulery

    • Target: Unknown --> 6.4.4
     
  • Stéphane Aulery

    • status: pending --> closed
     

Log in to post a comment.