From 326e1df31bd1de4cf4085faa194feb4fd836ea38 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 18 Aug 2015 13:12:34 -0400 Subject: [PATCH] Details --- RELEASE-NOTES.md | 2 +- src/definitions/modules/search.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 519cac3e18..faa7424cc1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -71,7 +71,7 @@ - **Modal** - Increased `close` specificity, modal will now only close on `> .close` #2736 - **Popup** - Fixes issue where variation would not be added to a pre-existing popup even if specified in javascript #26011 - **Transition** - Transition callbacks now all have the correct `this` set. #2758 -- **Search** - Calling `show results` programmatically no longer fails when input is not focused #2842 +- **Search** - Calling `.search('show results')` no longer fails when input is not focused #2842 - **Table/Label** - `ribbon labels` will now automatically position themselves when used inside a table #1930 **[Community Bug Fixes](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)** diff --git a/src/definitions/modules/search.js b/src/definitions/modules/search.js index 867ebd839c..62eaf8fca2 100644 --- a/src/definitions/modules/search.js +++ b/src/definitions/modules/search.js @@ -1134,9 +1134,9 @@ $.fn.search.settings = { price : 'price', // result price results : 'results', // array of results (standard) title : 'title', // result title - action : 'action', // "view more" object + action : 'action', // "view more" object name actionText : 'text', // "view more" text - actionURL : 'url' // "view more" text + actionURL : 'url' // "view more" url }, selector : {