Tango.info search: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:tango.info]]
[[Category:Tango.info]]
[[tango.info search]] is part of the [[tango.info HTTP interface]]
[[tango.info search]] is part of the [[tango.info HTTP interface]]


== Implemented ==
* person by "one of the names"
* person by "one of the names"
** e.g. http://www.tango.info/?q=Canaro
** e.g. https://tango.info/?q=Canaro
* city
* city
** e.g. http://www.tango.info/?q=Berlin
** e.g. https://tango.info/?q=Berlin
* track
* track
** [[tango.info track search]]
** [[tango.info track search]]
** by TINT
*** e.g. https://tango.info/?q=00743214972526-1-1
*** e.g. https://tango.info/?q=00743214972526/1/1
== Requested ==
* https://tango.info/?q=8021750809226 and https://tango.info/08427328020459 - "no results"/not found page, offer Google & Amazon
* special search for TINT-, TINT\ and TINT/ e.g.
** https://tango.info/?q=08427328020688-1-7
** https://tango.info/?q=08427328020688\1\7 - needs consideration of "\" standards conformance
** https://tango.info/?q=08427328020688%5C1%5C7
** note: this is a special, non-standard search because TINsDsT specifies a pattern rather than a literal string. Hence the design should consider carefully the risk of false matches due to a literal string being misinterpreted as a pattern. Perhaps sufficient to avoid this sufficiently is a pattern definition allowing just digits and separators e.g. [[regex]] '''[0-9]{12,14}[\/-][0-9]+[\/-][0-9]+'''

Latest revision as of 2013-06-09T23:26:32

tango.info search is part of the tango.info HTTP interface

Implemented

Requested