Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public function writeEditForm(?int $a_obj_id = null, ?int $a_sub_id = null): boo
*/
private function parseSearch(): void
{
// this is NOT used for the global search, see ilLuceneAdvancedSearchFields::getFormElement()
// this is NOT used for the global search
// (so searchable flag is NOT relevant)
//
// current usage: wiki page element "[amd] page list"
Expand Down
11 changes: 11 additions & 0 deletions components/ILIAS/Search/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@ blocks without a functional ListGUI [2].

## Short Term

### Clean up Abandon Advanced Search

The following settings can be deleted:

- module: `common`, keyword: `hide_adv_search`
- everything in module `lucene_adv_search`

The following rows from database tables can be deleted:

- in `usr_search` where `search_type` is 1, 4, or 6

## Mid Term

- Add subtypes to lucene index and extend the search result xml accordingly.

## Long Term
Expand Down

This file was deleted.

This file was deleted.

Loading