mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
repair search bug (#2789)
This commit is contained in:
@@ -171,9 +171,7 @@ class Search extends Component {
|
||||
let queryData = {
|
||||
q: newValue,
|
||||
search_repo: repoID ? repoID : 'all',
|
||||
search_ftypes: repoID ? 'custom' : 'all',
|
||||
ftype: repoID ? 'Markdown' : '',
|
||||
input_fexts: repoID ? 'md' : ''
|
||||
search_ftypes: 'all',
|
||||
};
|
||||
let params = '';
|
||||
for (let key in queryData) {
|
||||
|
Reference in New Issue
Block a user