shadisabzali / dataparksearch

Automatically exported from code.google.com/p/dataparksearch
GNU General Public License v2.0
0 stars 0 forks source link

Enhancement: Search document and limit by metatags #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Many web documents have tags that look like:
<meta name="topic" content="insurance automobiles"/> 
<meta name="location" content="USA UK Germany"/>
or other relevant information.

Currently dpsearch allows searches to be limited by time frames (e.g. limit
search only to the last week). 

It will be good to be able to limit searches by metatags so that for a
content with metatags like the example ones earlier we could limit searches
to only metatags=topic,content=automobiles or
metatag=topic,content=automobiles,metatag=location,content=USA

Not sure how the syntax should be given that we would probably want to
limit the searches by multiple different metatags and different values for
them. Simplistically the syntax could look like:
q="somedata"&metatag="topic:automobiles,insurance"&metatag="location:USA,UK" 

etc.

Original issue reported on code.google.com by amitshar...@gmail.com on 29 Jul 2008 at 11:28

GoogleCodeExporter commented 9 years ago
Implemented in the latest snapshot as of 12 August as allin<section>: query 
operator.
See details at:  http://blog.dataparksearch.org/122

Original comment by dp.max...@gmail.com on 12 Aug 2008 at 1:54