1
0
Fork 0
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:
McMatts 2018-04-07 14:30:31 +01:00
parent c92ab3a589
commit ddd90a4aaf
9 changed files with 804 additions and 763 deletions

View file

@ -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.