Navigation

    • Support
    • Community
    • Documentation
    • Video Library
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • Discussions
    •      Content Sources
    •      NLP Manager
    •      Search Analytics
    •      Search Tuning
    •      ChatBot
    •      Search Clients
    •      Case Deflection
    •      Security
    •      Developer
    •      Asset Library
    •      Others
    • Community Resources
    •      Announcements
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month

    • What to look forward in Mamba 21?
      Discussions • mamba 21 • • sugrokker  

      8
      2
      Votes
      8
      Posts
      231
      Views

      Now that Mamba 21 is out, there is all the more reason to create more engaging search experiences. Where would you suggest me to start? For instance, your favorite feature or update of the release.
    • S

      How SearchUnify identifies article versioning?
      Content Sources • • Saurabh Jain  

      5
      2
      Votes
      5
      Posts
      385
      Views

      S

      If an article linked to an incident is updated, will agent be able to search the version of the orginial article linked to the incident. Does SearchUnify captures the screenshot of the different article versions.
    • L

      Search results thumbnails
      Discussions • • lnelson_delphix  

      5
      0
      Votes
      5
      Posts
      174
      Views

      L

      How can I get a thumdnail displayed for search results? I seem to recall seeing thumbnails displayed for YouTube results but I'm no longer seeing it. Is this still available in Mamba 20?
    • A

      Delivered Facing issue with email notifications
      SearchUnify Community Performance • • arch002  

      5
      0
      Votes
      5
      Posts
      109
      Views

      A

      Hi Team, i am not receiving any email on creation of any new topic, can we fix this issue ASAP.
    • L

      Crawl PDF documents
      Discussions • • lnelson_delphix  

      5
      0
      Votes
      5
      Posts
      144
      Views

      L

      Is it possible to crawl the content or metadata of PDF documents? We have a number of PDF documents that are linked in our documentation, that doesn't turn up in our search. Can SU directly crawl PDF content or metadata?
    • Can I add a source to my keyword search to help filter the content I want searched?
      Search Clients • • Christie  

      5
      1
      Votes
      5
      Posts
      101
      Views

      Let's say I have KBs, Doc and Communities. I want to do a search but only search KBs. Is there a way in the search bar to put a search string and the source I want to search? As it is today, I have to search and then filter down to the source. I have seen this before with ES as a possibility but we never had it implemented: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html
    • Report on "top search queries without result"
      Search Analytics • • NitishGupta  

      4
      0
      Votes
      4
      Posts
      264
      Views

      Can I take out "misspelled words" from this list as compared to terms which do not actually have relevant search results? This will be more useful for me to understand which content is missing.
    • S

      How SearchUnify ServiceCloud Console prioritizes relevant content to Service Agents?
      Search Tuning • • Saurabh Jain  

      4
      0
      Votes
      4
      Posts
      236
      Views

      S

      How SearchUnify improves the agent experience by showing them most reused/ high quality unique articles at the top of the search results?
    • Delivered Notification Icon
      SearchUnify Community Performance • • Esha  

      4
      0
      Votes
      4
      Posts
      149
      Views

      can we increase the size of notification icon bell??
    • How are Summaries displayed?
      Search Clients • • Christie  

      4
      0
      Votes
      4
      Posts
      121
      Views

      When you choose fields to be shown in the Summary; how exactly does it work? Where is the limit of characters displayed (is there a default of characters and how do you override)? Is it suppose to show all the data from each filed? (i.e. all from field 1, then has 300 chars left so it goes to the next field until it hits the limit?) What controls the order the fields will be displayed? by the order that you tick them for summary???
    • A

      Delivered View Password on Login/Registration
      SearchUnify Community Performance • • arch002  

      4
      1
      Votes
      4
      Posts
      74
      Views

      A

      Can we have the ability to view password when a user logins/registers in order to verify if the password is correct?
    • J

      NEAR and NEXT operators
      Discussions • • jshenricks  

      4
      0
      Votes
      4
      Posts
      101
      Views

      J

      Do you have any future plans to allow NEAR or NEXT operators? NEAR or NEAR/5 Example: symptom NEAR install NEAR is a specific form of AND which dictates that the specified terms must be within a certain number of words of each other. A NEAR operator will have a default number of words (typically 10) that defines the allowed separation, but this can be superceded by explicitly stating a number, for example NEAR/5. NEXT or NEXT/5 Example: sep NEXT/3 install NEXT is similar to NEAR, except that the words also have to occur in the stated order. So, the example above would match with sep install but not with install, sep
    • J

      Backlog Excluding terms or phrases from conversion rate
      Discussions • • jshenricks  

      4
      2
      Votes
      4
      Posts
      61
      Views

      J

      As part of our effort to improve conversions, I'm curious if we can exclude certain phrases that unncessarily impact the conversion rate. For example, these searches in our top 50 "Searches With No Clicks" are too generic or vague, and it's not a surprise that we'd see a large number of zero clicks unless the user refines that query. By itself, the product Symantec Endpoint Protection really skews results. symantec endpoint protection - product name endpoint protection - product name symantec - company/division name endpoint - too generic symantec endpoint - product name ghost - product name norton - old symantec division name liveupdate - product technology, too vague endpoint protection cloud - product name symantec messaging gateway - product name symantec email security.cloud - product name Because these searches occur at such a high rate, it'll be difficult to see actual improvements based on conversion rate.
    • Use Regex in Keyword Boosting to Handle Query Inflexion
      Search Tuning • keywordboosting regex searchtuning • • sugrokker  

      4
      3
      Votes
      4
      Posts
      71
      Views

      Keyword Tuning is a powerful tool that can be used to change the rank of a document for a query or a related set of queries. Boost for Query (Precise) You can be precise with it, so that document X is boosted only for add checkbox. In this case, the X may or may not turn up for related queries, such as adding checkbox or add checkboxes. Boost for Query Forms (Comprehensive) Alternatively, you can choose to be comprehensive and use a regular expression to boost document X for all the forms of add checkbox, so that someone looking for adding checkbox or add checkboxes also gets document X on top. Regex patterns are extremely useful in languages such as Polish and Russian where nouns declensions are aplenty. They are also a useful tool for Spanish, French, and other languages with complex verb conjugations. You can handle these and other inflexions with regular expressions. SearchUnify Compatible Regular Expression Syntax Operator Definition Example . Match any character. reali.ze = realize, realise ? Match the preceding character 0 or 1 times. seas? = sea, seas + Repeat the preceding character 1 or more times. 123+ = 1233, 12333, 123333... * Repeat the preceding character 0 or more times. 123* = 123, 1233, 12333, 123333... {} Repetition range for the preceding character. great{1,5} = great, greatt, greattt, greatttt, greattttt | OR operator realize[s|z]e = realize, realize () Form a group. extension (0175)|(0172) = extension 0175, extension 0172 [] Match any character or group between the square brackets. ID[0-9] = ID0, ID1, ID2... ID9 - Range. To be used with square brackets. [a-zA-Z]{2,4] = All words of length 2, 3, or 4. ^ Negation. To be used with square brackets. [^0-9]{10} = Don't match 10-digit numbers, such as 9876323472. Instructions Log in to the instance, find Search Tuning, and click Keyword Tuning. Select your search client. Find the document to be boosted and click Add Keywords. Enter a query to boost a document for a keyword or phrase. Or enter a regular expression to boost a document for a query and all its nouns, verbs (tenses), and other variations. Click Save. Official Documentation: Boost Documents for Specific Keywords
    • C

      Allow users to save filter settings
      Search Clients • • cpegram  

      4
      1
      Votes
      4
      Posts
      50
      Views

      C

      Many of our users have common filters they leverage for most searches. The most common example is a language filter (i.e. our English speaking users filter to English content, our Japanese speaking users filter to Japanese content). Our users would like the ability to save filter settings so that when they open the SearchUnify tool the saved filters are already applied and they do not need to select them every time.
    • How to Add Entity
      ChatBot • • Bhawna  

      3
      0
      Votes
      3
      Posts
      250
      Views

      Can we add Multiple entities ?
    • S

      How can agents access articles for low impact and high frequency issues?
      Others • • Saurabh Jain  

      3
      0
      Votes
      3
      Posts
      168
      Views

      S

      How does SearchUnify assists agents handle low impact and high frequency cases? Ideally there should be a quick access dialog box that stores recently viewed articles for quick linking. Do we have such feature on service console?
    • Change the limits on filters displayed?
      Discussions • • Christie  

      3
      0
      Votes
      3
      Posts
      87
      Views

      Hi all, In the Filters, 10 values are shown and then if needed you can click the magnifying glass to search for additional values. Are there any options to put in a scroll bar to view the other products or show more than 10? Thanks! Christie
    • Can we connect to Active Directory for permissions handling?
      Discussions • • Anirudh  

      3
      1
      Votes
      3
      Posts
      71
      Views

      Can we connect to Active Directory for permissions handling?
    • J

      Using the + operator for advanced searching
      Discussions • • jshenricks  

      3
      0
      Votes
      3
      Posts
      108
      Views

      J

      In the documentation at https://docs.searchunify.com/Content/End-User-Personalization/Use-Advanced-Search.htm, it says the following: Limits the search to documents that contain the term or phrase following +. When I perform the following search, I would expect the exact phrase "removal tool," based on documentation. # cleanwipe +removal tool Instead, I am seeing results that perform as if the +removal tool is simply using AND operator instead of the exact phrase "removal tool" (e.g. "removal" and "tool" can be far apart from each other), and then other results in the same query that don't have some of the words (e.g. some results are missing the word "tool" in the entire article/page content). Can you provide clarity around this operator?
    • 1
    • 2
    • 3
    • 4
    • 1 / 4

    Our Certifications

    Contact Us

    info@searchunify.com

    sales@searchunify.com

    US: +1 650 603 0902

    India: +91 987 854 2223

    Support: +1 202 873 2724

    Quick Links

    Website

    Support

    Product Documentation

    Video Library

    © 2017-2020 SearchUnify. All rights reserved.

    • Sitemap
    • Privacy Policy
    • EUSA
    • Terms & Conditions

    By continuing to use our website, you consent to the use of cookies. Please refer our cookie policy for more details.