Skip to content
Snippets Groups Projects
Commit 57fdf790 authored by Anton Sattarov's avatar Anton Sattarov
Browse files

add comment

parent 86080a44
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,9 @@ type PreSaver interface {
}
type Filter struct {
ID []string
Data []*filter.Filter
ID []string
Data []*filter.Filter
// DEPRECATED Use Q instead
Search string // Поиск, одновременно поддерживается только один запрос
Q []string
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment