|
PKP Bugzilla – Full Text Bug Listing |
| Summary: | Add search by ID option to article search function | ||
|---|---|---|---|
| Product: | OJS | Reporter: | James MacGregor <jmacgreg> |
| Component: | Editors | Assignee: | Joseph Daddario <joe> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | alec, joe, pkp-support |
| Priority: | P3 | ||
| Version: | 2.3.x | ||
| Hardware: | All | ||
| OS: | All | ||
| Version Reported In: | Also Affects: | ||
| Attachments: | diff file including tentative solution with new field for locating a single article by id | ||
|
Description
James MacGregor
2011-09-18 19:13:51 PDT
Created attachment 3656 [details]
diff file including tentative solution with new field for locating a single article by id
would a patch file be preferred?
Now that I've read James' original comment it seems like the intention was to add this option to the drop down. ...will wait for review before working in this direction. Yes, it should be placed in the drop-down and coded along the lines of the other options there. Beware of hard-coding English text into the templates -- everything should be localized through the .xml files (e.g. locale/en_US/locale.xml), so that the system can be translated. A closer look at sql used to return search results has revealed the option to locate an article by ID is already available in the dropdown as "Submission ID" -- is this correct? |