Index only searchable map
This was broken on the sesql to pgindex switch Unittests needed.
This commit is contained in:
parent
e63783bf3f
commit
64cbfe0bfc
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ class MapIndex(IndexBase):
|
||||||
def get_start_publish(self):
|
def get_start_publish(self):
|
||||||
return self.obj.modified_at
|
return self.obj.modified_at
|
||||||
|
|
||||||
|
def get_publish(self):
|
||||||
|
return self.obj.share_status == Map.PUBLIC
|
||||||
|
|
||||||
def get_vectors(self):
|
def get_vectors(self):
|
||||||
vectors = []
|
vectors = []
|
||||||
if self.obj.name:
|
if self.obj.name:
|
||||||
|
|
Loading…
Reference in a new issue