Terms used in the drivers, packets and docs are not consistent

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Incomplete
    • Priority: Major - P3
    • None
    • Affects Version/s: 1.5.0
    • Component/s: Usability
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The same thing is used with a different name in several places.
      For example, the js API uses sort while the OPT_QUERY packet uses orderby:
      db.users.find({}).sort(

      {last_name: 1}

      );
      {$query :

      {x:1}

      , $orderby : {last_name: 1}}

      skip / offset / numberToSkip
      limit / numberToReturn

      It is important to use the same name everywhere and usually just use the official term from SQL or map reduce.

            Assignee:
            Unassigned
            Reporter:
            pablo platt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: