In my SharePoint site I have a list wich has a column that contains rich text in it. (i.e text with bold, color and italic style).
Now when user perform search, If the search key word match with the data in rich text column it will show that record as a search result which is perfect.
But the result in search result page show that text in plain format and my requirement is to show that result along with its formating i.e with bold and italic style.
Can any one tell me how to achieve this...!
Thanks
Sachin !
You need to implement custom search result page. Example here.
Related
I'm trying to send text from a multiline SharePoint column to a Word doc, using Power Automate. The html_to_text action recognises a bulleted list (which I don't need), but it doesn't seem to recognise words in bold, which I do need.
Any ideas how to pass the bold formatting?
Currently we cannot pass the bold formatting.
This is by design that Bold will not be retained, and Unordered lists will use * as prefix when we use Content Conversion service:
More information about Html to text action for your reference:
https://learn.microsoft.com/en-us/connectors/conversionservice/#html-to-text
Is there a way to search from a hidden text as well? I want to search from not only dropdown item text but another hidden text content as well. I know that semantic search dropdown is normally searched in the data-value field as well. But in my case data-value is just an ID. I want to add another field to search as well.
Is there a way to change the font color and its background of a rich text field? The goal here is to get a type of color whenever a word is changed from a list.
For instance, I can have a table with two columns, where first column is related to a type of vehicle and the second it is related to type of combustible used. So, let's imagine that every time a vehicle uses gasoline, so its wording should be shown yellow text and the field background in black. On the other hand, if a vehicle uses electrical, its wording should be shown red and the field background in green...
I know that there is a command but I do not know how to use it for more than one value.
#Command([TextSetFontColor]; [Red])
Any help?
You can't change the font and color of the existing text in a rich text field with the Notes #formulas or #commands. There are some tricks you can do (e.g., multiple subforms containing the same field, with different backgrounds and fonts, and a computed subform formula, or maybe with multiple computed-for-display fields and hide-whens - but the text would not be editable that way) before the text is entered into the field. If you want to change the font of already-existing rich text, you'll probably need to use the Notes C or C++ APIs, the MIDAS Rich Text API from Genii software. I think the background will have to be done with computed subforms or hide-whens and computed-for-display fields (for non-editable rich text), no matter what.
is there any way I could open an office document (Word, excel) with the cursor position at a specific string that is given as input ?
The requirement is part of a search and replace functionality and the client would like to open a document with the cursor positioned at the first occurrence of the search term. Highlighting it as well if possible. I have tried researching for this, but didn't find any helpful resources.
We are using Aspose and the Component Object Model (COM)
Help would be much appreciated!
It is possible to search text using Aspose.Words and Aspose.Cells. You can also highlight the searched term in the search results. For example you can search in an excel document using Worksheet.Cells.Find() method. Once cell is found, it could be highlighted with any color using Cell.SetStyle() method. Please visit the following links for details on how to search and highlight text using Aspose.Words and Aspose.Cells:
Aspose.Words: How to Find and Highlight Text
Aspose.Cells: Find or Search Data
Aspose.Cells: Setting Colors and Background Patterns
I work with Aspose as Developer evangelist.
I am trying to insert bold characters in a text data tag on my Docusign template.
I have tried many different ways of bolding characters (<b>, <em>, <strong>, <h1>, <h2>, <h3>, **) but none of these succeed.
I am aware that I can set the data field to be bold but I only want some of the data to be affected and splitting up my data to have bold and non-bold areas would make the template chaotic and difficult to maintain.
Any ideas?
Thank you.
DocuSign does not support partial formatting of Text tags. The formatting options available are for the the entire tag.
From Documentation
Formatting - defines the font family, size, and color, and character styling; for text fields, there is an additional formatting property to hide the text entered with asterisks, concealing the data from anyone else viewing the document.