Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -224,7 +224,7 @@ |
225 | 225 | # Process Find submission (select and render records) |
226 | 226 | if ( count( $posted ) && $wgRequest->getText( 'wpFind' ) ) { |
227 | 227 | $wgOut->addWikiText( "== " . wfMsg( 'recordadmin-searchresult' ) . " ==\n" ); |
228 | | - $records = $this->getRecords( $type, $posted, $wpTitle, $invert ); |
| 228 | + $records = $this->getRecords( $type, $posted, '=', $wpTitle, $invert ); |
229 | 229 | $wgOut->addHTML( $this->renderRecords( $records ) ); |
230 | 230 | } |
231 | 231 | |
Index: trunk/extensions/RecordAdmin/RecordAdmin.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @licence GNU General Public Licence 2.0 or later |
13 | 13 | */ |
14 | 14 | |
15 | | -define( 'RECORDADMIN_VERSION', '0.9.5, 2009-12-10' ); |
| 15 | +define( 'RECORDADMIN_VERSION', '0.9.6, 2009-12-19' ); |
16 | 16 | |
17 | 17 | $wgRecordAdminUseNamespaces = false; # Whether record articles should be in a namespace of the same name as their type |
18 | 18 | $wgRecordAdminCategory = 'Records'; # Category containing record types |