Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResultType ¶
type ResultType struct {
Query string
Limit int
Offset int
Context base.VerseTextType
Selected []string
Results []ResultVerseType
}
func SearchContext ¶
func SearchContext(context base.VerseTextType, selected []string, query string, limit int, offset int) ResultType
func SearchGlobal ¶
func SearchGlobal(query string, limit int, offset int) ResultType
type ResultVerseType ¶
type ResultVerseType struct {
Verse base.VerseTextType
Match []int
}
Click to show internal directories.
Click to hide internal directories.