Project

General

Profile

« Previous | Next » 

Revision 45546

View differences:

ISLookUpController.java
57 57
		return isStore.getFileNames(xqueryUtils.getRootCollection() + "/" + DnetConstants.RESOURCE_TYPES);
58 58
	}
59 59

  
60
	@RequestMapping(value = "find", produces = MediaType.TEXT_PLAIN_VALUE)
60
	@RequestMapping("find")
61 61
	public List<String> find(@RequestParam("q") final String xquery) throws DnetInformationServiceException {
62 62
		return isStore.quickSearchXML(xquery);
63 63
	}

Also available in: Unified diff