@@ -21,17 +21,17 @@ discard block |
||
21 | 21 | |
22 | 22 | // Delete and assert that it does not exist |
23 | 23 | echo "Displaying searchable fields\n"; |
24 | - $sql = "SELECT ID,Name,ClazzName from SearchableField"; |
|
24 | + $sql = "SELECT ID,Name,ClazzName from SearchableField"; |
|
25 | 25 | $records = DB::query($sql); |
26 | - foreach ($records as $record) { |
|
26 | + foreach($records as $record) { |
|
27 | 27 | print_r($record); |
28 | 28 | } |
29 | 29 | |
30 | 30 | $filter = array('Name' => 'Title', 'ClazzName' => 'FlickrPhotoTO'); |
31 | 31 | $sf = SearchableField::get()->filter($filter)->first(); |
32 | 32 | print_r($sf); |
33 | - $sql = "UPDATE ElasticSearchPage_ElasticaSearchableFields SET Searchable=1,". |
|
34 | - "EnableAutocomplete=1 where SearchableFieldID=".$sf->ID; |
|
33 | + $sql = "UPDATE ElasticSearchPage_ElasticaSearchableFields SET Searchable=1," . |
|
34 | + "EnableAutocomplete=1 where SearchableFieldID=" . $sf->ID; |
|
35 | 35 | echo $sql; |
36 | 36 | |
37 | 37 | DB::query($sql); |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | |
57 | 57 | $this->assertEquals('the', $result->Query); |
58 | 58 | $lquery = strtolower($result->Query); |
59 | - foreach ($result->suggestions as $suggestion) { |
|
59 | + foreach($result->suggestions as $suggestion) { |
|
60 | 60 | $value = $suggestion->value; |
61 | 61 | $value = strtolower($value); |
62 | 62 | $this->assertContains($lquery, $value); |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | |
111 | 111 | $this->assertEquals('the', $result->Query); |
112 | 112 | $lquery = strtolower($result->Query); |
113 | - foreach ($result->suggestions as $suggestion) { |
|
113 | + foreach($result->suggestions as $suggestion) { |
|
114 | 114 | $value = $suggestion->value; |
115 | 115 | $value = strtolower($value); |
116 | 116 | $this->assertContains($lquery, $value); |
@@ -13,15 +13,15 @@ discard block |
||
13 | 13 | |
14 | 14 | $fields = $searchPage->getCMSFields(); |
15 | 15 | |
16 | - $mainTab = $this->checkTabExists($fields,'Main'); |
|
16 | + $mainTab = $this->checkTabExists($fields, 'Main'); |
|
17 | 17 | $this->checkFieldExists($mainTab, 'Identifier'); |
18 | 18 | $this->checkFieldExists($mainTab, 'ContentForEmptySearch'); |
19 | 19 | |
20 | - $searchTab = $this->checkTabExists($fields,'Search.SearchFor'); |
|
21 | - $fieldsTab = $this->checkTabExists($fields,'Search.Fields'); |
|
22 | - $autoCompleteTab = $this->checkTabExists($fields,'Search.AutoComplete'); |
|
23 | - $aggTab = $this->checkTabExists($fields,'Search.Aggregations'); |
|
24 | - $simTab = $this->checkTabExists($fields,'Search.Similarity'); |
|
20 | + $searchTab = $this->checkTabExists($fields, 'Search.SearchFor'); |
|
21 | + $fieldsTab = $this->checkTabExists($fields, 'Search.Fields'); |
|
22 | + $autoCompleteTab = $this->checkTabExists($fields, 'Search.AutoComplete'); |
|
23 | + $aggTab = $this->checkTabExists($fields, 'Search.Aggregations'); |
|
24 | + $simTab = $this->checkTabExists($fields, 'Search.Similarity'); |
|
25 | 25 | |
26 | 26 | $this->checkFieldExists($searchTab, 'InfoField'); |
27 | 27 | $this->checkFieldExists($searchTab, 'SiteTreeOnly'); |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | $tab = $fields->findOrMakeTab("Root.Search.Fields"); |
50 | 50 | $fieldsTab = $tab->Fields(); |
51 | 51 | |
52 | - foreach ($fieldsTab as $field) { |
|
52 | + foreach($fieldsTab as $field) { |
|
53 | 53 | echo "FIELD:{$field->getName()}\n"; |
54 | 54 | } |
55 | 55 | |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | $gridDetailForm = $pickerConfig->getComponentByType('GridFieldDetailForm'); |
59 | 59 | |
60 | 60 | echo "SEARCHABLE FIELDS\n"; |
61 | - foreach ($searchPage->ElasticaSearchableFields()->getIterator() as $sf) { |
|
61 | + foreach($searchPage->ElasticaSearchableFields()->getIterator() as $sf) { |
|
62 | 62 | echo "SEARCHABLE FIELD {$sf->ClazzName},{$sf->Name}!\n"; |
63 | 63 | |
64 | 64 | } |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | $pageLength = 10; // the default |
186 | 186 | $searchPageObj->ResultsPerPage = $pageLength; |
187 | 187 | $searchPageObj->write(); |
188 | - $searchPageObj->publish('Stage','Live'); |
|
188 | + $searchPageObj->publish('Stage', 'Live'); |
|
189 | 189 | |
190 | 190 | $form = $searchPageObj->SearchForm(); |
191 | 191 | $fields = $form->Fields(); |
@@ -317,11 +317,11 @@ discard block |
||
317 | 317 | $filter = array('ClazzName' => 'FlickrPhotoTO', 'Name' => 'Title'); |
318 | 318 | |
319 | 319 | //Check fieldnames as expected |
320 | - $searchableFields = $searchPage->ElasticaSearchableFields()->filter('Active',1); |
|
320 | + $searchableFields = $searchPage->ElasticaSearchableFields()->filter('Active', 1); |
|
321 | 321 | $sfs = $searchableFields->map('Name')->toArray(); |
322 | 322 | sort($sfs); |
323 | - $expected = array('Aperture','AspectRatio','Description','FirstViewed','FlickrID', |
|
324 | - 'FlickrSetTOs','FlickrTagTOs','FocalLength35mm','ISO','Photographer','ShutterSpeed', |
|
323 | + $expected = array('Aperture', 'AspectRatio', 'Description', 'FirstViewed', 'FlickrID', |
|
324 | + 'FlickrSetTOs', 'FlickrTagTOs', 'FocalLength35mm', 'ISO', 'Photographer', 'ShutterSpeed', |
|
325 | 325 | 'TakenAt', 'TakenAtDT', 'TestMethod', 'TestMethodHTML', 'Title'); |
326 | 326 | $this->assertEquals($expected, $sfs); |
327 | 327 | |
@@ -331,7 +331,7 @@ discard block |
||
331 | 331 | $searchPage->Title = '**** SiteTree Search ****'; |
332 | 332 | $searchPage->write(); |
333 | 333 | |
334 | - $searchableFields = $searchPage->ElasticaSearchableFields()->filter('Active',1); |
|
334 | + $searchableFields = $searchPage->ElasticaSearchableFields()->filter('Active', 1); |
|
335 | 335 | $sfs = $searchableFields->map('Name')->toArray(); |
336 | 336 | sort($sfs); |
337 | 337 | $expected = array('Content', 'Country', 'PageDate', 'Title'); |
@@ -351,15 +351,15 @@ discard block |
||
351 | 351 | // expected mapping of searchable classes to searchable fields that will be |
352 | 352 | // stored in the database as SearchableClass and SearchableField |
353 | 353 | $expected = array( |
354 | - 'Page' => array('Title','Content'), |
|
355 | - 'SiteTree' => array('Title','Content'), |
|
356 | - 'SearchableTestPage' => array('Title','Content','Country','PageDate'), |
|
354 | + 'Page' => array('Title', 'Content'), |
|
355 | + 'SiteTree' => array('Title', 'Content'), |
|
356 | + 'SearchableTestPage' => array('Title', 'Content', 'Country', 'PageDate'), |
|
357 | 357 | 'FlickrTagTO' => array('RawValue'), |
358 | - 'FlickrAuthorTO' => array('PathAlias','DisplayName','FlickrPhotoTOs'), |
|
359 | - 'FlickrPhotoTO' => array('Title','FlickrID','Description','TakenAt', 'TakenAtDT', 'Aperture', |
|
360 | - 'ShutterSpeed','FocalLength35mm','ISO','Photographer','FlickrTagTOs','FlickrSetTOs', |
|
361 | - 'FirstViewed','AspectRatio', 'TestMethod', 'TestMethodHTML'), |
|
362 | - 'FlickrSetTO' => array('Title','FlickrID','Description') |
|
358 | + 'FlickrAuthorTO' => array('PathAlias', 'DisplayName', 'FlickrPhotoTOs'), |
|
359 | + 'FlickrPhotoTO' => array('Title', 'FlickrID', 'Description', 'TakenAt', 'TakenAtDT', 'Aperture', |
|
360 | + 'ShutterSpeed', 'FocalLength35mm', 'ISO', 'Photographer', 'FlickrTagTOs', 'FlickrSetTOs', |
|
361 | + 'FirstViewed', 'AspectRatio', 'TestMethod', 'TestMethodHTML'), |
|
362 | + 'FlickrSetTO' => array('Title', 'FlickrID', 'Description') |
|
363 | 363 | ); |
364 | 364 | |
365 | 365 | // check the expected classes |
@@ -380,21 +380,21 @@ discard block |
||
380 | 380 | // check the names expected to appear |
381 | 381 | |
382 | 382 | $fieldCtr = 0; |
383 | - foreach ($expectedClasses as $expectedClass) { |
|
383 | + foreach($expectedClasses as $expectedClass) { |
|
384 | 384 | $expectedFields = array(); |
385 | 385 | $sc = SearchableClass::get()->filter('Name', $expectedClass)->first(); |
386 | - $this->assertEquals($expectedClass,$sc->Name); |
|
386 | + $this->assertEquals($expectedClass, $sc->Name); |
|
387 | 387 | |
388 | 388 | $inSiteTree = 1; |
389 | - $start = substr($expectedClass, 0,6); |
|
390 | - if ($start == 'Flickr') { |
|
389 | + $start = substr($expectedClass, 0, 6); |
|
390 | + if($start == 'Flickr') { |
|
391 | 391 | $inSiteTree = 0; |
392 | 392 | }; |
393 | - $this->assertEquals($inSiteTree,$sc->InSiteTree); |
|
393 | + $this->assertEquals($inSiteTree, $sc->InSiteTree); |
|
394 | 394 | |
395 | 395 | $expectedNames = $expected[$expectedClass]; |
396 | - foreach ($expectedNames as $expectedName) { |
|
397 | - $filter = array('Name' => $expectedName, 'SearchableClassID' => $sc->ID ); |
|
396 | + foreach($expectedNames as $expectedName) { |
|
397 | + $filter = array('Name' => $expectedName, 'SearchableClassID' => $sc->ID); |
|
398 | 398 | $sf = SearchableField::get()->filter($filter)->first(); |
399 | 399 | $this->assertEquals($expectedName, $sf->Name); |
400 | 400 | $fieldCtr++; |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | $expected = array('first'); |
27 | 27 | $this->assertEquals($expected, array_keys($terms['Title.standard']['terms'])); |
28 | 28 | |
29 | - $expected = array('fi','fir','firs','first','ir','irs','irst','rs','rst','st'); |
|
29 | + $expected = array('fi', 'fir', 'firs', 'first', 'ir', 'irs', 'irst', 'rs', 'rst', 'st'); |
|
30 | 30 | $this->assertEquals($expected, array_keys($terms['Title.autocomplete']['terms'])); |
31 | 31 | |
32 | 32 | // ---- now a parental class page ---- |
@@ -60,20 +60,20 @@ discard block |
||
60 | 60 | $terms = $page->getTermVectors(); |
61 | 61 | |
62 | 62 | //Check the expected fields are indexed |
63 | - $expected = array('Content','Content.shingles','Content.standard','FatherText','FatherText.shingles','FatherText.standard', |
|
64 | - 'GrandFatherText','GrandFatherText.shingles','GrandFatherText.standard','Link','Title','Title.autocomplete', |
|
65 | - 'Title.shingles','Title.standard'); |
|
63 | + $expected = array('Content', 'Content.shingles', 'Content.standard', 'FatherText', 'FatherText.shingles', 'FatherText.standard', |
|
64 | + 'GrandFatherText', 'GrandFatherText.shingles', 'GrandFatherText.standard', 'Link', 'Title', 'Title.autocomplete', |
|
65 | + 'Title.shingles', 'Title.standard'); |
|
66 | 66 | $indexedFields = array_keys($terms); |
67 | 67 | sort($indexedFields); |
68 | - foreach ($indexedFields as $field) { |
|
69 | - echo "'".$field."',"; |
|
68 | + foreach($indexedFields as $field) { |
|
69 | + echo "'" . $field . "',"; |
|
70 | 70 | } |
71 | 71 | $this->assertEquals($expected, $indexedFields); |
72 | 72 | |
73 | 73 | $fatherTerms = $terms['FatherText.standard']['terms']; |
74 | 74 | $grandFatherTerms = $terms['GrandFatherText.standard']['terms']; |
75 | 75 | |
76 | - $expected = array('father', 'field', 'grandfather', 'page', 'trace3');; |
|
76 | + $expected = array('father', 'field', 'grandfather', 'page', 'trace3'); ; |
|
77 | 77 | $this->assertEquals($expected, array_keys($fatherTerms)); |
78 | 78 | |
79 | 79 | $expected = array('grandfather', 'page', 'trace4'); |
@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | |
16 | 16 | $fields = $sf->getCMSFields(); |
17 | 17 | |
18 | - $tab = $this->checkTabExists($fields,'Main'); |
|
18 | + $tab = $this->checkTabExists($fields, 'Main'); |
|
19 | 19 | |
20 | 20 | //Check fields |
21 | 21 | $nf = $this->checkFieldExists($tab, 'Name'); |
@@ -33,8 +33,8 @@ discard block |
||
33 | 33 | $extraFields = array('Searchable' => 1, 'SimilarSearchable' => 1, 'Active' => 1, |
34 | 34 | 'Weight' => 0); |
35 | 35 | $esfs = $searchPage->ElasticaSearchableFields(); |
36 | - foreach ($esfs as $sf) { |
|
37 | - if ($sf->Name == 'Title' || $sf->Name == 'Description') { |
|
36 | + foreach($esfs as $sf) { |
|
37 | + if($sf->Name == 'Title' || $sf->Name == 'Description') { |
|
38 | 38 | $esfs->remove($sf); |
39 | 39 | $esfs->add($sf, $extraFields); |
40 | 40 | } |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | $this->fail('Searchable fail should have failed to write'); |
46 | 46 | } catch (ValidationException $e) { |
47 | 47 | $this->assertInstanceOf('ValidationException', $e); |
48 | - $expected = 'The field SearchableTestPage.Title has a zero weight. ; The field '. |
|
48 | + $expected = 'The field SearchableTestPage.Title has a zero weight. ; The field ' . |
|
49 | 49 | 'SiteTree.Title has a zero weight. ; The field Page.Title has a zero weight. '; |
50 | 50 | $this->assertEquals($expected, $e->getMessage()); |
51 | 51 | } |
@@ -64,8 +64,8 @@ discard block |
||
64 | 64 | $extraFields = array('Searchable' => 1, 'SimilarSearchable' => 1, 'Active' => 1, |
65 | 65 | 'Weight' => -1); |
66 | 66 | $esfs = $searchPage->ElasticaSearchableFields(); |
67 | - foreach ($esfs as $sf) { |
|
68 | - if ($sf->Name == 'Title' || $sf->Name == 'Description') { |
|
67 | + foreach($esfs as $sf) { |
|
68 | + if($sf->Name == 'Title' || $sf->Name == 'Description') { |
|
69 | 69 | $esfs->remove($sf); |
70 | 70 | $esfs->add($sf, $extraFields); |
71 | 71 | } |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | $this->fail('Searchable fail should have failed to write'); |
77 | 77 | } catch (ValidationException $e) { |
78 | 78 | $this->assertInstanceOf('ValidationException', $e); |
79 | - $expected = 'The field SearchableTestPage.Title has a negative weight. ; The field '. |
|
79 | + $expected = 'The field SearchableTestPage.Title has a negative weight. ; The field ' . |
|
80 | 80 | 'SiteTree.Title has a negative weight. ; The field Page.Title has a negative weight. '; |
81 | 81 | $this->assertEquals($expected, $e->getMessage()); |
82 | 82 | } |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | $this->checkForSimulatedServerDown(); |
119 | 119 | |
120 | 120 | // now actually perform the search using the original query |
121 | - $paginated = $es->search($this->QueryText, $this->FieldsToSearch,$this->TestMode); |
|
121 | + $paginated = $es->search($this->QueryText, $this->FieldsToSearch, $this->TestMode); |
|
122 | 122 | |
123 | 123 | // This is the case of the original query having a better one suggested. Do a |
124 | 124 | // second search for the suggested query, throwing away the original |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | |
320 | 320 | // For a 'more like this' search, use the original unstemmed words |
321 | 321 | // This means using the .standard named field of text |
322 | - if ($this->action == 'similar') { |
|
322 | + if($this->action == 'similar') { |
|
323 | 323 | // Use the standard field for more like this, ie not stemmed |
324 | 324 | foreach($fieldsToSearch as $field => $value) { |
325 | 325 | $fieldsToSearch[$field . '.standard'] = $value; |
@@ -255,7 +255,7 @@ |
||
255 | 255 | |
256 | 256 | private function getFormatForDate($class) { |
257 | 257 | $format = 'y-M-d'; // default |
258 | - switch ($class) { |
|
258 | + switch($class) { |
|
259 | 259 | case 'Date': |
260 | 260 | $format = 'y-M-d'; |
261 | 261 | break; |
@@ -45,6 +45,7 @@ discard block |
||
45 | 45 | * @param string &$name |
46 | 46 | * @param boolean $storeMethodName |
47 | 47 | * @param boolean $recurse |
48 | + * @param string $name |
|
48 | 49 | */ |
49 | 50 | public static function assignSpecForRelationship(&$name, $resultType, &$spec, $storeMethodName, $recurse) { |
50 | 51 | $resultTypeInstance = \Injector::inst()->create($resultType); |
@@ -161,6 +162,9 @@ discard block |
||
161 | 162 | } |
162 | 163 | |
163 | 164 | |
165 | + /** |
|
166 | + * @param boolean $recurse |
|
167 | + */ |
|
164 | 168 | public static function storeRelationshipValue($instance, $field, &$fields, $config, $recurse) { |
165 | 169 | if(isset($config['properties']['__method'])) { |
166 | 170 | $methodName = $config['properties']['__method']; |
@@ -206,6 +210,9 @@ discard block |
||
206 | 210 | } |
207 | 211 | |
208 | 212 | |
213 | + /** |
|
214 | + * @param \DataObject $searchableClass |
|
215 | + */ |
|
209 | 216 | public static function findOrCreateSearchableField($className, $fieldName, $searchableField, $searchableClass) { |
210 | 217 | $filter = array('ClazzName' => $className, 'Name' => $fieldName); |
211 | 218 | $doSF = \SearchableField::get()->filter($filter)->first(); |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | * |
141 | 141 | * @param \Elastica\Query|string|array $query |
142 | 142 | * @param string|array $types List of comma separated SilverStripe classes to search, or blank for all |
143 | - * @return \Elastica\ResultList |
|
143 | + * @return \Elastica\ResultSet |
|
144 | 144 | */ |
145 | 145 | public function search($query, $types = '') { |
146 | 146 | $query = Query::create($query); // may be a string |
@@ -244,6 +244,10 @@ discard block |
||
244 | 244 | } |
245 | 245 | |
246 | 246 | |
247 | + /** |
|
248 | + * @param Query $elasticaQuery |
|
249 | + * @param Search $search |
|
250 | + */ |
|
247 | 251 | private function checkForTermsMoreLikeThis($elasticaQuery, $search) { |
248 | 252 | if($elasticaQuery->MoreLikeThis) { |
249 | 253 |