ninjanye / SearchExtensions

Library of IQueryable extension methods to perform searching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IsEqual Method Not Found

za8950 opened this issue · comments

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?

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?

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