searchboldify
Reactive icon

SearchBoldify

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 25 Sep (2 days ago)
 by 
5.0
 (1 rating)
searchboldify

SearchBoldify

Documentation
1.0.0

How to Use:

The SearchBoldify block is a flexible tool for OutSystems developers designed to enhance text visualization by bolding specified search terms within any content. Follow these steps to implement the SearchBoldify component effectively in your application:


Integration:

Drag and drop the SearchBoldify block into the desired screen within your application. It is especially useful for content within tables, lists, or any textual data that may benefit from enhanced searchability.

Configuration:

Configure the input parameters to tailor the component's functionality to your needs:

InputText: The full body of text where the search operation will be conducted and where matching terms will be bolded. This is the content presented to the user.

SearchParameter: The search term provided by the user. Any matching terms within InputText will be bolded.

IsReplace: A Boolean parameter that determines the behavior of the bolding operation. Set it to true if you wish to enable the bolding of matching search terms. If set to false, the text will be displayed without bold formatting. This allows for dynamic control based on user interaction or other conditions.


By following these steps, you can seamlessly integrate the SearchBoldify component into your application, greatly improving text interaction by making important terms distinctly visible and enhancing the overall user experience.