1
0
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:
Aries
2025-04-09 17:02:16 +08:00
committed by GitHub
parent 951698555d
commit 3ec8c646b1
7 changed files with 24 additions and 32 deletions

View File

@@ -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 = {