Skip to content

Commit

Permalink
Added page title to search results in Remote API
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored and splitbrain committed Apr 16, 2012
1 parent 50da797 commit 28be31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/RemoteAPICore.php
Expand Up @@ -302,6 +302,7 @@ function search($query){
'mtime' => filemtime($file),
'size' => filesize($file),
'snippet' => $snippet,
'title' => p_get_first_heading($id)
);
}
return $pages;
Expand Down

0 comments on commit 28be31c

Please sign in to comment.