Reimplementation of strcmp()
commit45d5cd9dd2dac6f7aaa0369d21db48bd68e576a2
authorMoisés Braga Ribeiro <moisesbr@gmail.com>
Sun, 3 May 2020 04:37:34 +0000 (3 01:37 -0300)
committerMoisés Braga Ribeiro <moisesbr@gmail.com>
Sun, 3 May 2020 04:37:34 +0000 (3 01:37 -0300)
treee55b087358292694b716bd26ae25631cf8f227c4
parentb170ac85a15913412c3a0e74cb08b75190fa6b3a
Reimplementation of strcmp()

Reimplementation of strcmp() using collator.
Fix of ft_pagesorter() function in "fulltext.php".
ft_pagesorter() is used by _ft_pageLookup(), which is used by ft_pageLookup().

Functions that call ft_pageLookup() and now have the expected results:
Action\Search.php:69, execute(): run the search
Ajax.php:50, callQsearch(): Searches for matching pagenames
Ajax.php:352, callLinkwiz(): List matching namespaces and pages for the link wizard

Screens fixed:
- Search (list of Matching pagenames)
- Quick search (when typing)
- Internal link suggestion when editing a page (when nothing was typed)
inc/fulltext.php
inc/sort.php