Hello,
From what I can tell, Zoom does not have the concept of a "blank search query". What I am wanting to do is to list all possible results of a category, without needing to enter anything in the search query box.
With the asp output search, I tried entering just a single * for a search, which resulted in high CPU utilization and locking of nearly all requests to that app pool (Win2k3 IIS 6.0) until the asp script timed out. The php/cgi version of the search do not appear to have this problem, as they list this error message:
The following word(s) are in the skip word list and have been omitted from your search: "*"
Is there a way to perform a "blank search query" or a way to list all possible results of a category?
Also, is the single * search a bug in the Zoom asp output?
Thanks in advance,
pj_servadmin
From what I can tell, Zoom does not have the concept of a "blank search query". What I am wanting to do is to list all possible results of a category, without needing to enter anything in the search query box.
With the asp output search, I tried entering just a single * for a search, which resulted in high CPU utilization and locking of nearly all requests to that app pool (Win2k3 IIS 6.0) until the asp script timed out. The php/cgi version of the search do not appear to have this problem, as they list this error message:
The following word(s) are in the skip word list and have been omitted from your search: "*"
Is there a way to perform a "blank search query" or a way to list all possible results of a category?
Also, is the single * search a bug in the Zoom asp output?
Thanks in advance,
pj_servadmin
Comment