Fix autocomplete[Entities] docstrings #2772

Closed
opened 2015-04-30 16:13:48 +00:00 by wjt · 4 comments

One typo; one lie.

One typo; one lie.
j added the
backend
label 2015-04-30 16:13:48 +00:00
j added this to the 14.04 milestone 2015-04-30 16:13:48 +00:00
j self-assigned this 2015-04-30 16:13:48 +00:00
j added the
normal
defect
labels 2015-04-30 16:13:48 +00:00
Author

Attachment 0001-autocomplete-fix-typo-in-docstring.patch (856 bytes) added

**Attachment** 0001-autocomplete-fix-typo-in-docstring.patch (856 bytes) added
Author

Attachment 0002-autocompleteEntities-fix-lies-in-docstring.patch (847 bytes) added

**Attachment** 0002-autocompleteEntities-fix-lies-in-docstring.patch (847 bytes) added
Owner

fixed in []changeset:pandora,4955 and []changeset:pandora,4956

regarding ids, you can use findEntities for that:

pandora.api.findEntities({
  query: {
    conditions: [
      {key: 'type', value: '...', operator: '=='},
      {key: 'name', value: 'foobar', operator: '='}
    ], operator: '&'
  }, keys: ['id'], range: [0, 10]
}, callback)
fixed in []changeset:pandora,4955 and []changeset:pandora,4956 regarding ids, you can use findEntities for that: ``` pandora.api.findEntities({ query: { conditions: [ {key: 'type', value: '...', operator: '=='}, {key: 'name', value: 'foobar', operator: '='} ], operator: '&' }, keys: ['id'], range: [0, 10] }, callback) ```
j added the
fixed
label 2015-04-30 21:15:00 +00:00
j closed this issue 2015-04-30 21:15:00 +00:00
Author

Replying to [j]comment:1:

fixed in []changeset:pandora,4955 and []changeset:pandora,4956

regarding ids, you can use findEntities for that:

Thanks!

Replying to [j]comment:1: > fixed in []changeset:pandora,4955 and []changeset:pandora,4956 > > regarding ids, you can use findEntities for that: Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2772
No description provided.