mahgo

Results 14 issues of mahgo

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

status: waiting-for-reply

We need unit tests written and working for both case sensitve and insensitive searching. ## Original description: Is there a way to order by a string case insensitively?

help wanted

I think the ability to use reCAPTCHA instead of the spam question would do a much better job at preventing spam.

enhancement

**Describe the bug** When building via `docker-compose build` from a fresh clone on the `main` branch, I get the following error: ``` => ERROR [conductor:server builder 4/4] RUN ./gradlew build...

type: bug

Hi, Would you have any idea why my check() function is no longer being called when one entity is colliding with the other, after using this plugin? My checkAgainst and...

Is OrderBy supported? I'm using it but it doesn't seem like it's doing anything.

enhancement

[ParseException: Cannot parse '((someOtherProperty:123) AND isPublished:)': Encountered " ")" ") "" at line 1, column 63. I'm guessing isPublished: needs to be isPublished:true/isPublished:1?

Is it possible to add filtering by a list of ints functionality? `public List GetFoosByIds(List ids) { List foos = Index("FooSearcher").Where(x => x.NodeTypeAlias == "foo" && ids.Contains(x.Id)).ToList(); return foos; }`...

What do you think of this? It fixed the issue for me.