Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-17299

Exact Match Search

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      It would be really helpful if one could code search an exact phrase.

      For example if I wanted to find all calls to a messages function in php, I would look for say ->messages() lang:php

      But because the special characters are ignored, I get tons of undesired results.

      Examples:

      #!php
      
      $messages = [];
      
      trait MessagesTrait {}
      
      $this->saveMessages();
      
      

      This means instead of the few results I want, I end up with 100's I have to wade through that I don't want.

      Perhaps surrounding text in single quotes or back-ticks could trigger this match method.

      Attachments

        Activity

          People

            Unassigned Unassigned
            7dcdcb7a966a BlakeHancock
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: