[Dspace-tech] Change Scope in Advanced Search xmlui

2008-11-07 Thread Serhiy Polyakov
Hi, I use DSpace 1.5.1, xmlui interface How to change scope in Advanced Search so that it lists not only top level Communities but also Collections. If not possible, how to remove that top box that controls scope? Thanks, Serhiy

Re: [Dspace-tech] Change Scope in Advanced Search xmlui

2008-11-07 Thread Kevin Van de velde
Dear Serhiy Polyakov, Adding the collections to the advanced search box is not that hard. Just go to the AbstractSearch.java class to the method buildscopelist and change the code below. for (Community community : Community.findAll(context)) {