John Nye

Results 18 comments of John Nye

Hi @yunuza, Are you able to provide the error message that you are experiencing? If you commit the query to memory (`.ToList()`) and then try the search do you get...

Hi @jasonhill Thanks for raising this issue. The `SearchChildren` functionality _should_ translate to the data source, for example ```c# var shops = context.Shops.SearchChildren(s => s.Products) .With(p => p.Name) .Containing("ball"); ```...

Hi @ldqk Thank you for the PR. Can you elaborate on the reason for this change? Until now, I've been mindful of only exposing what is necessary Thanks

This is certainly a good new feature. Be good to have it as a configurable option though. e.g. context.Search(x => x.String1).CaseInsensitive().Contains("TeSt"); I'll can try and look at this in more...

That sounds good. Have you implemented it for all comparison methods (e.g. `.StartsWith`, `.Contains`, `.EndsWith` etc?) or just the contains method? If it's all done, feel free to submit a...

Could you expand on what it is you are trying to achieve? Have you tried, `query.Search(p=>p.date.ToString()).Soundex("10")`

Hi @yzorg Thanks for getting in touch, could you link me to the particular article you are referring to and I'll try and see if I can help clear things...

Hi @twilly86, I'm assuming you've tried to complete this using SearchExtensions. Be great if this was supported. I'm currently working on another issue but will try and put some time...

Hi @twilly86, I'm assuming you've tried to complete this using SearchExtensions. Be great if this was supported. I'm currently working on another issue but will try and put some time...

Hi @Prefsmaster Thanks for giving this a bump. It's been a while since I looked over this issue and it has gone stale as a result, so apologies for that....