Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4610522
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:08:35+00:00 2026-05-22T01:08:35+00:00

I have the following 3 classes: class Locality(db.Model): location = db.ReferenceProperty() class Organisation(db.Model): locality

  • 0

I have the following 3 classes:

class Locality(db.Model):
  location = db.ReferenceProperty()

class Organisation(db.Model):
  locality = db.ReferenceProperty(Locality)

class Position(db.Model):
  locality = db.ReferenceProperty(Locality)

Locality.location property is reference to Organisation or Position object.
I need to filter by Locality and get all entries with reference to Organisation.

I already tried, but it won’t work:

Locality.all().filter("location =",Organisation)

Any advices will be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:08:36+00:00Added an answer on May 22, 2026 at 1:08 am

    Finally, I found the solution based on PolyModels:

    class Locality(polymodel.PolyModel):
      { geo properties here }
    
    class Organisation(Locality):
      title = db.StringProperty()
    
    class Position(Locality):
      title = db.StringProperty()
    

    To get all organisations filtered by geo properties:

    Organisation.all().filter({by geo properties of Locality model})
    

    To get all localities (organisations + positions) filtered by geo properties:

    Locality.all().filter({by geo properties of Locality model})
    

    I guess, my initial explanation was very unclear. Sorry for that. And thank you all, for your advices. They were very useful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following PHP Classes class.property.php class.location.php class.amenity.php class.category.php all four classes handles
I have the following classes: Ingredients, Recipe and RecipeContent... class Ingredient(models.Model): name = models.CharField(max_length=30,
Let's say, I have the following two classes: class A(object): def __init__(self, i): self.i
I have the following classes: package models; public class Test extends activejdbc.Model { }
I have the following classes: public class DictionaryBuilder<T> where T : IDictionary<string, object>, new()
I have the following classes: public class Person { public String FirstName { set;
I have following classes. class A { public: void fun(); } class B: public
I have the following classes public interface InterfaceBase { } public class ImplementA:InterfaceBase {
i have the following classes: class A { protected: A *inner; public: .... virtual
I have the following classes: class Catalog { static mapping = { id composite:['name',

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.