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

IsEqual Method Not Found #37

Open
za8950 opened this issue Feb 5, 2020 · 2 comments
Open

IsEqual Method Not Found #37

za8950 opened this issue Feb 5, 2020 · 2 comments

Comments

@za8950
Copy link

za8950 commented Feb 5, 2020

I'm using version 3.0.1 and I am unable to find the IsEqual method. Containing and StartsWith is available...has IsEqual been deprecated?

@ninjanye
Copy link
Owner

ninjanye commented Mar 3, 2020

Hi @za8950 ,

Apologies for the delay. I can confirm that the isEqual() methods have not been deprecated and should be available as before... Are you still having this issue?

@kennethhaspeel
Copy link

I can confirm the issue exists. I'm also using version 3.0.1.

.... .Search(x=>x.id).IsEqual(ids)

with ids being a string array
results in "QueryableStringSearch ... does not contain a definition for 'IsEqual' ...

I'm using
.... .Search(x=>x.id).Containing(ids)

That's working and i'm assuming it gives the same results

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

No branches or pull requests

3 participants