Bug #212

Searching for property contents

Added by Karl Heinz Marbaise 966 days ago. Updated 965 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:Karl Heinz Marbaise % Done:

100%

Category:Indexer
Target version:0.6.1 Bestla

Description

Currently it's not possible to search for contents of properties.
The following query will result with no found entries on the SupoSE project, which is simply wrong,
cause there are some entries which have the mergeinfo property set.
 --query "+svn\:mergeinfo:/tags/*"

History

Updated by Karl Heinz Marbaise 966 days ago

  • Target version changed from 24 to 0.6.1 Bestla

Updated by Karl Heinz Marbaise 965 days ago

The problem with properties e.g. in particular with svn:mergeinfo, svn:ignore etc. is that their contents is line based.
--query "+svn\:ignore:build"
will only work if the build is in the first line of the svn:ignore property.
--query "+svn\:ignore:*build*"
will work.
The same as with svn:mergeinfo etc.

Updated by kama - 965 days ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r375.

Also available in: Atom PDF