Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Field querying #39

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Multiple Field querying #39

wants to merge 4 commits into from

Conversation

gersh
Copy link

@gersh gersh commented Apr 5, 2011

I added the ability to query multiple fields at the same time with JOhm.find. Just run something like JOhm.find(User.class,new AttributePair("age",73),new AttributePair("state","IL")). It uses sinter to combine together the results.

@xetorthio
Copy link
Owner

Sorry about the delay. This is awesome and will be merged over the weekend!

On 4/5/11, gersh
reply@reply.github.com
wrote:

I added the ability to query multiple fields at the same time with
JOhm.find. Just run something like JOhm.find(User.class,new
AttributePair("age",73),new AttributePair("state","IL")). It uses sinter to
combine together the results.

Reply to this email directly or view it on GitHub:
#39

@gersh
Copy link
Author

gersh commented May 11, 2011

Did you merge it? Any issues?

@o-nix
Copy link

o-nix commented Feb 23, 2012

So was it merged or not?

@tomquas
Copy link

tomquas commented Mar 25, 2012

man, that certainly was an extended weekend ;) are you still maintaining this package? if so, can you plz merge? thx.

agrison added a commit to agrison/johm that referenced this pull request Dec 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants