Harsh Shah
Harsh Shah
@nabobalis , i would like to give this issue a try
@nabobalis , I see an open pr here , but it seems too old so I hope i can do something here ?
oops ! . I think I commented for some other issue. Anyways thank you , going ahead with this !
@nabobalis , dont you think this issue is similar to #7279. While we try to raise warnings in the ```search()``` method in this issue , we try to do the...
> But I don't see the connection and making a decision on both? There was a huge discussion on raising warnings/errors/interrupts . I thought similar could be applied here ....
yes so if ```len(results) == 0``` we raise a 0 matched results warning . Incase it is a server error , how does ```search``` method handle it currently ? ....
right now , if I am making an invalid query , the client is running indefinitely . I would want to reproduce the example where there is a server error...
> I would be surprised if `result._numfile == 0` would be a server error. > You will have to investigate further. Yes, Thought as much . I think essentially both...
> Really? it doesn't return? Nope , It ran for like > minute , which ultimately i had to stop the execution.
So after doing a bit of testing , I found that ```res._numfile == 0``` in case of ```0``` matched warnings . more like the ```len(meta_list) ==0``` which essentially means the...