Active
Project:
Inline Ajax Search
Version:
6.x-3.9
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 09:24 UTC
Updated:
3 May 2011 at 14:58 UTC
hi,
can any body guide me how can i only search a-z and numaric values in search criteria. i am struggling to do that. only problem is this when i search ';';'#;#'[;'#;#';[;#';#;' it gives me 404 page error. which it should give a normal error. that you need to put 3 characters or something.
can someone help on that!
Thanks
Comments
Comment #1
naseem_sarwar commentedHi,
is there anybody to help me out. i am really struggling to get this sorted. now i see the error log in drupal and it is giving me these details.it is something to do with special character. can somebody help me....
sitename/search/inline_ajax_search/get/;'
below is the error
Missing argument 2 for _inline_ajax_search() in D:\uat\uat2.clearlybusiness.zabisco.com\sites\all\modules\inline_ajax_search\includes\inline_ajax_search.inc on line 7.
Comment #2
fabianderijkSeems that the characters have to be url encoded. Don't know if that happen's now. Have you already fixed this in the meantime and do you have a patch for it?
Comment #3
naseem_sarwar commentedi couldnt fix it. as i dont know much about drupal. is there anyone who can do it? please do let me know...
Thanks
Comment #4
fabianderijkI think that the problem posted in comment #1 is already solved in the new version of the module. About that 404 i have to look into that.