mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Auto-load serach results
This commit is contained in:
parent
c92ab3a589
commit
ddd90a4aaf
9 changed files with 804 additions and 763 deletions
|
@ -18,6 +18,7 @@ type QueryOptions struct {
|
|||
Tag bool `json:"tag"`
|
||||
Attachment bool `json:"attachment"`
|
||||
Content bool `json:"content"`
|
||||
SkipLog bool `json:"slog"`
|
||||
}
|
||||
|
||||
// QueryResult represents 'presentable' search results.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue