Using DuckDuckGo to search my site internally and return results in my defined date order? -
i building magazine site users able search articles containing chosen keyword using duckduckgo. aim retrieve list in reverse chronological order. in principle can done using 1 of following:
syntax= sort:date s:d !bang= !date
however, when "reverse chronological order", mean in defined terms. need articles brought first in recent issues, followed ones in older issues. catch articles may edited after have been published. therefore possible article in issue 71 have been amended later publication of issue 73. still want articles in 73 brought first.
how achieve this?
where duckduckgo date info from? use pubdate
element of <time>
tag in html5, in case need use too, or use other source?
Comments
Post a Comment