History log of /dokuwiki/inc/Ui/SearchState.php (Results 1 – 8 of 8)
Revision Date Author Comments
# e2d055f5 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Ui


# 5d021066 15-Apr-2018 Anika Henke <anika@selfthinker.org>

Fix links with invalid empty target attributes

The advanced search options list links with an invalid empty target
attribute. This fixes that by skipping empty parameters.


# 422bbbc6 29-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor: rename dta and dtb parameters

They are now named min and max respectively, which is hopefully less
cryptic.


# 52d4cd42 27-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor(search): rewite SearchState to make behavior more obvious

As suggested by @splitbrain SearchState now behaves simliar to the PSR-7
message interfaces.


# 1265b193 27-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor(search): shorten get parameters


# df977249 27-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(search) more nuanced tool deactivation

This gives create control over when a query is too complex for tool
support.


# 8d0e286a 26-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(search) add option to sort by mtime


# 18856c5d 26-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor(search): extract simplified SearchState class

Building the new search links is complex and we're going to add another
parameter with the new sorting by mtime. Extracting a new class seems
l

refactor(search): extract simplified SearchState class

Building the new search links is complex and we're going to add another
parameter with the new sorting by mtime. Extracting a new class seems
like the cleanest way to handle that increasing complexity.

show more ...