mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 01:35:32 +00:00
Insert FTS5 Data (it wasn't easy)
This commit is contained in:
@@ -26,6 +26,14 @@ func (p *Place) SetName(name string) {
|
||||
p.Set(PLACES_NAME_FIELD, name)
|
||||
}
|
||||
|
||||
func (p *Place) Pseudonyms() string {
|
||||
return p.GetString(PLACES_PSEUDONYMS_FIELD)
|
||||
}
|
||||
|
||||
func (p *Place) SetPseudonyms(pseudonyms string) {
|
||||
p.Set(PLACES_PSEUDONYMS_FIELD, pseudonyms)
|
||||
}
|
||||
|
||||
func (p *Place) Fictional() bool {
|
||||
return p.GetBool(PLACES_FICTIONAL_FIELD)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user