This file is indexed.

/usr/share/doc/python-diaspy-doc/search.html is in python-diaspy-doc 0.5.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<h4><code>Search()</code> object</h4>
<p>Searching is useful only if it comes to searching for users.
Tags can be searched for just by creating <code>Tag</code> object using 
tag-name as an arument.</p>
<hr />
<h5><code>lookup_user()</code></h5>
<p>This method is used for telling a pod "Hey, I want this user searchable via you!"</p>
<h5><code>user()</code></h5>
<p>This method will return you a list of dictionaries containg data of users whose 
handle conatins query you have used.</p>