Difference between revisions of "Talk:PubMan Func Spec Date Search"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 2: Line 2:
** Single date search in format YYYY as well as in format YYYY-MM as well as in format YYYY-MM-DD should be handled the same way as for advanced search.
** Single date search in format YYYY as well as in format YYYY-MM as well as in format YYYY-MM-DD should be handled the same way as for advanced search.
** Searching for time ranges (e.g. 2008-2009) are not possible via simple search. Message "Sorry, no items where found. Please try again." should be adapted to "Sorry, no items where found. Please go to the Advanced Search (linked) and revise your search." I will create a JIRA ticket for that message change.
** Searching for time ranges (e.g. 2008-2009) are not possible via simple search. Message "Sorry, no items where found. Please try again." should be adapted to "Sorry, no items where found. Please go to the Advanced Search (linked) and revise your search." I will create a JIRA ticket for that message change.
*do not quite understand if the dev-pubman contains the actual search query that is implemented in accordance to the spec or not..
The query is as follows:
( ( escidoc.objecttype="item" ) and ( ( ( escidoc.publication.dateAccepted>="2000" and ( escidoc.publication.dateAccepted<="02\-05\-2007" ) ) or ( escidoc.publication.created>="2000" and ( escidoc.publication.created<="02\-05\-2007" ) ) or ( escidoc.publication.modified>="2000" and ( escidoc.publication.modified<="02\-05\-2007" ) ) or ( escidoc.publication.published-online>="2000" and ( escidoc.publication.published-online<="02\-05\-2007" ) ) or ( escidoc.publication.issued>="2000" and ( escidoc.publication.issued<="02\-05\-2007" ) ) or ( escidoc.publication.dateSubmitted>="2000" and ( escidoc.publication.dateSubmitted<="02\-05\-2007" ) ) ) ) ) and ( escidoc.content-model.objid="escidoc:persistent4" )
no results are returned
When searching for all genres:
Results are returned that contain 2007 in the dates and contain the 2000 in any of the dates

Revision as of 20:55, 2 March 2010

  • Are there any differences in quick search and adv search behavior?--Ulla 08:47, 26 February 2010 (UTC)
    • Single date search in format YYYY as well as in format YYYY-MM as well as in format YYYY-MM-DD should be handled the same way as for advanced search.
    • Searching for time ranges (e.g. 2008-2009) are not possible via simple search. Message "Sorry, no items where found. Please try again." should be adapted to "Sorry, no items where found. Please go to the Advanced Search (linked) and revise your search." I will create a JIRA ticket for that message change.
  • do not quite understand if the dev-pubman contains the actual search query that is implemented in accordance to the spec or not..

The query is as follows:


( ( escidoc.objecttype="item" ) and ( ( ( escidoc.publication.dateAccepted>="2000" and ( escidoc.publication.dateAccepted<="02\-05\-2007" ) ) or ( escidoc.publication.created>="2000" and ( escidoc.publication.created<="02\-05\-2007" ) ) or ( escidoc.publication.modified>="2000" and ( escidoc.publication.modified<="02\-05\-2007" ) ) or ( escidoc.publication.published-online>="2000" and ( escidoc.publication.published-online<="02\-05\-2007" ) ) or ( escidoc.publication.issued>="2000" and ( escidoc.publication.issued<="02\-05\-2007" ) ) or ( escidoc.publication.dateSubmitted>="2000" and ( escidoc.publication.dateSubmitted<="02\-05\-2007" ) ) ) ) ) and ( escidoc.content-model.objid="escidoc:persistent4" )


no results are returned

When searching for all genres: Results are returned that contain 2007 in the dates and contain the 2000 in any of the dates