Skip to content

Search by fields #1

@msalvadores

Description

@msalvadores

At the moment we do not have the ability to search. It would be useful to do things like this.

 personList = Person.search(:name , "foo")
 personList.each do |p|
      puts p.resource_id #lazy loading at this point
      p.load #loads the entire object
 end

Also the ability to search by Resources.

 personList = Person.search(:friendOf , otherPerson)
 personList.each do |p|
      puts p.resource_id #lazy loading at this point
      p.load #loads the entire object
 end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions