History log of /dokuwiki/_test/tests/inc/indexer_indexing.test.php (Results 1 – 6 of 6)
Revision Date Author Comments
# e32b1b0f 01-Oct-2020 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix PHPUnit fatal errors compatibility with void.


# 1c33cec3 04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


# f1ce98a5 14-Mar-2019 Phy <git@phy25.com>

add key/value = '0' test to metadata indexer


# 5a1d0548 11-Dec-2013 Michael Hamann <michael@content-space.de>

Fix indexing numeric words in page contents

Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't
properly index numeric words anymore, instead they were added as new
words to the w

Fix indexing numeric words in page contents

Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't
properly index numeric words anymore, instead they were added as new
words to the word list each time they were indexed, leading to an
ever-increasing index size.

show more ...


# 9f5b9cf1 19-Oct-2013 Michael Hamann <michael@content-space.de>

Fix the indexer indexing test case (changed the data but not the result)


# a8dba452 19-Oct-2013 Michael Hamann <michael@content-space.de>

Fix FS#2854: Treat numerically different keys as different