#10 closed defect (released)
Allow use of query parser prefixes map
Reported by: | Olly Betts | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Omega | Version: | 0.6.4 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
Implement $addprefix{author,A} or something equivalent. If done as an omegascript command, need to rejig omega.cc and query.cc so that it gets processed before CGI parameter handling happens - this may have other benefits.
Change History (4)
comment:1 by , 22 years ago
Owner: | changed from | to
---|
comment:2 by , 22 years ago
Status: | new → assigned |
---|
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Now implemented in CVS - the syntax is:
$setmap{prefix,QUERYPREFIX,TERMPREFIX,...}
e.g.:
$setmap{prefix,author,A,subject,XT,abstract,XA}