You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and all finders use it in a such way query_collection.find
But what if I knowingly would like to search only through European countries, and the other part of the World is not my business?
I think the ability to set a desired scope of countries may be an option, or to prioritize this list, to have the most needed countries at the top. But the worst case would be still more expensive than could be in the second option.
The text was updated successfully, but these errors were encountered:
Hi, there are methods defined in
Carmen::Country
classand all finders use it in a such way
query_collection.find
But what if I knowingly would like to search only through European countries, and the other part of the World is not my business?
I think the ability to set a desired scope of countries may be an option, or to prioritize this list, to have the most needed countries at the top. But the worst case would be still more expensive than could be in the second option.
The text was updated successfully, but these errors were encountered: