Does the SDK have a length restriction on searches?
Does the SDK have a length restriction on searches?
Does the search SDK have a length limit? It seems that searches are not possible if the length exceeds a certain number.
Re: Does the SDK have a length restriction on searches?
Similar issue
You might need to update the SDK
You might need to update the SDK
Re: Does the SDK have a length restriction on searches?
Thank you, but I meant the new SDK, Everything3. It seems there’s a limit of 260?
Re: Does the SDK have a length restriction on searches?
I just used Everything3_GetSearchTextW to retrieve the data and found it to be normal, but after calling Everything3_Search, there’s no response. It doesn’t hang, it just stops executing the subsequent code right there. However, there’s no issue if the length doesn’t reach 260.
Re: Does the SDK have a length restriction on searches?
I tried again, but it still doesn’t work. I’m using C++, and I’ve set the character length to 1000. The search becomes unresponsive when the length exceeds 260 characters.
Re: Does the SDK have a length restriction on searches?
The 1.4 version of the SDK doesn’t have this issue.
Re: Does the SDK have a length restriction on searches?
I took a look at the assembly code of the lib, and it indeed has a length restriction: qword ptr [rsp+30h],104h. If possible, I hope you could add an option to allow setting the length ourselves?