Search functionality not working as expected in Idea portalIssue Some users may notice that searching for ideas in the Idea Portal returns no results, even when the content clearly exists. This issue affects the search experience in the default (out-of-the-box) Idea Portal configuration.ReleaseAll ReleasesCauseThe Idea Portal uses Zing text search, which relies on indexing. Since the Idea [idea] table extends the Task [task] table, its search results are based on the Task index. Additionally, certain common words—such as "creating", "test", and "idea"—may be configured as Index Stop Words in your instance. These words are ignored during search indexing, which means searching for them will return no results by design.ResolutionTo get better search results in the Idea Portal: Avoid searching for common terms like "test", "creating", or "idea", as these may be filtered out due to system-defined stop words.Try using more specific keywords related to the idea’s title or description. AdditionallyAdmins can review or adjust stop word settings under System Definition > Text Index Stop Words, if needed.Related LinksService Now Documentation: Stop words Configure a global stop word Related Knowledge Articles: Configuring Stop Words to Improve Global Text Search