Skip to main content

Search for Topics that Contain Videos

With Paligo's Advanced Search, you can search for topics that contain a video. Depending on your needs, you can search for topics with any video or only topics that contain a specific video. This can be useful if you need to update the URLs of video links, for example, if you have moved the video file to a different system.

To search for topics that contain videos:

  1. Select the search icon, just below your profile avatar in the top-right of the editor.

    Close-up of top-right corner of editor. There is a user avatar and name and below it a magnifying glass search icon. A callout arrow points to the magnifying glass search icon.
  2. Select the funnel icon on the Quick Search bar to display the advanced settings.

    Quick search bar. A callout arrow points to the funnel icon at the far-right side of the bar.
  3. In the Contains section, choose XPath query and then enter one of the following (in the field below XPath query):

    • To search for any video, enter:

      //videodata
      Contains section. It has the top field set to XPath query and //videodata is in the bottom field.
    • To search for a specific video, enter:

      //videodata[@fileref='https://source url of video']

      Where "source url of video" is the address of the video you want to find, for example:

      //videodata[@fileref='https://www.youtube.com/watch?v=p_ZapWXrSiQ']
      Contains section. It has the top field set to XPath query and a reference to videodata and a URL in the bottom field.

      Note

      The source video URL has to match the URL that exists in your topics. For some video services, this may have a different format to the URL of the video once published.

      For example, you could have a topic that contains:

      https://player.vimeo.com/video/339536229

      But the video, when published to a video hosting service, has a URL like this:

      https://vimeo.com/339536229?embedded=true&source=video_title&owner=65873982

      So you may need to adapt the search to match the URL format in your topics. Typically, the published URL contains an ID that you can copy and use in your search. In the example shown, 339536229 is the ID.

  4. Select Search.

    Paligo searches for content that matches the search criteria. Any matching results are shown in a list.

Search results from an advanced search. It shows a list of content components that match the search criteria. Each component has a link to that component and other information such as its status, languages, and when it was last edited and the name of the editor.