When I do the ISitecoreContext.Query, if the query contains the [@@templatename='some_name'], for example:
"/sitecore/Content/Home/*[@@templatename='some_name']"
the query result follows the order in content tree.
Otherwise, like the following:
"/sitecore/Content/Home/*"
the sorting doesn't follow the content tree order.
Does Glass Mapper switch to Sitecore fast query automatically and how to prevent this happening? (Better I don't have to resolve this in the sort order field way...)