mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
search indexing process coupling
This commit is contained in:
parent
65390ab67d
commit
7faf6d6cff
8 changed files with 201 additions and 184 deletions
|
@ -11,7 +11,9 @@
|
|||
|
||||
package search
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Search holds raw search results.
|
||||
type Search struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue