mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 17:03:15 -06:00
first implementation of search feature
This commit is contained in:
parent
cb54324430
commit
0fe853b1ee
20 changed files with 763 additions and 19 deletions
|
|
@ -45,8 +45,9 @@ func (e ErrAlreadyExists) Error() string {
|
|||
}
|
||||
|
||||
type Where struct {
|
||||
Key string
|
||||
Value interface{}
|
||||
Key string
|
||||
Value interface{}
|
||||
CaseInsensitive bool
|
||||
}
|
||||
|
||||
// DB provides methods for interacting with an underlying database or other storage mechanism (for now, just postgres).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue