Opened 14 years ago
Closed 13 years ago
#2758 closed bug (invalid)
[autocomplete] Suggestion: allow the 'q' parameter be changed to something else
Reported by: | artanis00 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | plugin | Version: | |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
I'm trying to use Autocomplete in some web software, but 'q' is already used to determine where the software is in execution.
Since I'm using the software itself (well, a custom plugin,) to handle the request since the data I need is in the software's database to begin with, sending it partial words where it expects well-formed locations is somewhat of a problem.
I was able to change the parameter to 'query' by editing autocomplete's JS, and it worked flawlessly, but it'd be better if this could be done elsewhere.
Note: See
TracTickets for help on using
tickets.
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .