funky annotation ids
This commit is contained in:
parent
a28dce4f65
commit
d1d03e02e4
3 changed files with 6 additions and 3 deletions
|
|
@ -40,7 +40,9 @@ def parseCondition(condition, user):
|
|||
return ~q
|
||||
else:
|
||||
return q
|
||||
if k in ('id', 'places__id'):
|
||||
if k == 'id':
|
||||
v = ox.from32(v.split('/')[-1])
|
||||
elif k in ('places__id', ):
|
||||
v = ox.from32(v)
|
||||
if isinstance(v, bool): #featured and public flag
|
||||
key = k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue