mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 12:27:48 +00:00
Optimize/seasearch filters (#7723)
* update seasearch filters * seasearch support filter by owner and search_filename_only --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -815,11 +815,6 @@ class SeafileAPI {
|
||||
return source;
|
||||
}
|
||||
|
||||
getSearchInfo() {
|
||||
const url = this.server + '/api2/search-info/';
|
||||
return this.req.get(url);
|
||||
}
|
||||
|
||||
searchFilesInPublishedRepo(repoID, q, page, perPage, searchFilenameOnly) {
|
||||
const url = this.server + '/api/v2.1/published-repo-search/';
|
||||
let params = {
|
||||
|
Reference in New Issue
Block a user