Home Page Search Widget

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 10:51 AM - edited 10-09-2024 11:33 AM
We have a custom home page search widget. I have been asked to make it so it doesn't say just search in the search bar. Is there anywhere I can override the wording in the search bar?
Looking at it it is probably more the Typeahead Search widget but I don't want to clone this if at all possible.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 11:45 AM
I figured out what was going on using my PDI. It seems the typeahead search widget is doing a get message based on the title. The problem is that our title is be set with code so it is not seeing the default message which is "How can we help?". Most likely I would have to hard code the message instead of having the code it instead of having it to gs.getMessage(options.title).