SPFX - Webpart properties not appearing in search results - sharepoint

I have created spfx webpart which just displays the webpart property.
Following is the code.
"Hello" string is stored in my webpart property.
Issue:
When I try to search the webpart property content nothing appears in search results
but When I search "WebPartID+propertycontent", the page is displayed in the search results. AS you can see in following image the webpartid is appearing concatenated with the Webpart property.

Related

Sharepoint People Picker with arabic input

I've an requirement, that I need to implement corporate search in SharePoint online Page, and user should be able to search the employees in both English and arabic languages.
Corporate search with English has been done, no idea to implement arabic search.
You can export the search results webpart from the search result page in the search center and open the .webpart file with a texteditor.
Then find a property called “DataProviderJSON” in the search results webpart. One of the values of this property is called “FallbackLanguage” which by default is set to “-1″. You can set the value to the specific locale id which you would like to use for the search results, in your case would be 1025 for arabic language.
After changing the value just import the webpart again on the search results page in SharePoint.

Adding an enterprise keyword value from search results using hover panel

SharePoint Enterprise Search is crawling SharePoint 2010 content and returning the expected results.
The requirement is to add "Enterprise keyword" value from the search results page for the selected document using the Hover panel. Each document already contains the metadata field (Enterprise Keyword).
By modifying the Search Display Template in SP2013 a hyperlink has been added in the Hover Panel as shown below.
When the "Add keyword" hyperlink is selected from the Hover panel it is required to populate the 'Enterprise Keyword' field with predefined value.
Help with an approach to achieve the above functionality (with references) greatly appreciated.

Attach Sharepoint 2010 List attachment to gridview

I have a SharePoint list, which has attachments!!
I am using a custom grid-view to display some selected List fields from the list.
I would like to include the attachment as an embedded document in the Grid-view, Is that possible?
Got it worked, Created an anchor type item template in grid view.
And the Href property of the anchor tab is binded with the attachment retrieved pro grammatically. Working great!!

URL filter not working in Designer

I'm using Sharepoint 2007. I have a page that uses a URL filter to display selected content from a list. When I display the page in the browser without supplying a parameter, the page displays an empty list, as expected. The parameter value is a string, and the default is "0", which isn't used in the list. The filter works perfectly in the browser.
However, when I edit the page in Designer, it instead displays all of the list content. Is there a way to enable the filter in Designer so that I don't have to look at all that content while trying to edit the web parts?

Drop down list filter web part in Sharepoint is not getting exported

I would like to implement filtering on my sharepoint list. My list is having title and description columns and I would like to poulate the ASP.NET dropdown list control with titles and when I select the title I would like to show the description. I have followed the link http://msdn.microsoft.com/en-us/library/cc300163(office.12).aspx to implement this.
I have created a blank aspx page in Sharepoint Designer and followed the same steps. everything works fine but when I export the webpart, only description part is getting exported. I cannot see the drop down on the page (but when I preview it on the browser I can see both).
In your question you say that you are creating a aspx page and then exporting a webpart.
It could be that you are placing the drop down on one thing and exporting another.

Resources