<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Search in autofilter and then click OK is very slow for the filtered results to show up"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138248#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Search in autofilter and then click OK is very slow for the filtered results to show up"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138248">bug 138248</a>
              from <span class="vcard"><a class="email" href="mailto:suokunlong@126.com" title="Kevin Suo <suokunlong@126.com>"> <span class="fn">Kevin Suo</span></a>
</span></b>
        <pre>Copying Caolan's comment:

"It looks to me that it loops over every cell in the column and compares each
cell to every selected option in the ui list by looping over every one of
those. My guess is that for this specific case where we want to see if each
cell has a match in the list that we should do something like special case the
search by lowercasing all the entries in the list and putting into a
sorted_vector so we can look up directly if the lowercase text in each cell has
a matching entry in that list".</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>