Skip to content

Commit

Permalink
Merge pull request dokuwiki#94 from timroes/master
Browse files Browse the repository at this point in the history
Added page title to search result in remote interface
  • Loading branch information
splitbrain committed Apr 15, 2012
2 parents b5cc8f4 + 5529fa3 commit bfa6027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/RemoteAPICore.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ function search($query){
'mtime' => filemtime($file),
'size' => filesize($file),
'snippet' => $snippet,
'title' => useHeading('navigation') ? p_get_first_heading($id) : $id
);
}
return $pages;
Expand Down

0 comments on commit bfa6027

Please sign in to comment.