Searching with two or three digits in global search results only KBs and skips all other tables.SummarySearching with two or three digits in global search results only KBs and skips all other tables. This is the intended behavior of the platform because the "kb_knowledge" table is using text index "V4" format and the "Text Index Filter Junk" attribute for this table is set to "false" due to which the system allows to search the junk keywords for "kb_knowledge" table and ignore all other tables. In general when you perform a keyword search on the task table with two or three digits, then the system throws the following message as result. The search engine ignores the junk keywords to make the search function better and this is the expected behavior. ReleaseAll releasesInstructionsIf the customer's requirement is to allow the junk words to be searched for other parent tables then kindly follow the below process. Here I am taking the task table as an example and providing the steps, the same will apply for other parent tables. 1. Navigate to task index configuration in the "ts_index_name" table2. Click on "Upgrade to V4" from related action.3. Post that click on "Migrate to Text Index Configuration"4. Add the property "Text Index Filter Junk" in the ts_table_attribute_map table for the task table and make it false.5. Then regenerate the index for the task table. NOTE: - "V4" type is only available in the latest versions. - This approach could lead the table index growth and could impact the disk space issues. - There could be performance issues due to the index growth, follow this process if it's really necessary for your business use case.Related LinksTo know more about search follow the product document "Seach Administration"