<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: case sensitivity in finders in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/case-sensitivity-in-finders/m-p/5709#M1271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you're looking for can definitely be done.&lt;/P&gt;&lt;P&gt;Clone the filter "Filter vFilers by name in array" and modify the SQL query to case the column name and string, in your case it is the vfiler name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, you can modify this line in the filter query -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND vfiler.name = '${vfiler_name}'&amp;nbsp; &lt;/P&gt;&lt;P&gt;to,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND upper(vfiler.name) = upper('${vfiler_name}')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now use this filter for case insensitive vfiler name matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanzim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2013 07:00:02 GMT</pubDate>
    <dc:creator>tanzim</dc:creator>
    <dc:date>2013-04-04T07:00:02Z</dc:date>
    <item>
      <title>case sensitivity in finders</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/case-sensitivity-in-finders/m-p/5706#M1270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All, I am looking to find and select vfilers by name where the customer has mixed upper and lower case vfiler names.&amp;nbsp; For example, they have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vfiler_pdc_a&lt;/P&gt;&lt;P&gt;vfiler_PDC_B&lt;/P&gt;&lt;P&gt;vfiler_DR_A&lt;/P&gt;&lt;P&gt;vfiler_dr_B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there an ignore case type of function, or some cobinations of functions that will allow me to return the vfiler if it matches the letters, regardless of case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:06:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/case-sensitivity-in-finders/m-p/5706#M1270</guid>
      <dc:creator>stephen2</dc:creator>
      <dc:date>2025-06-05T06:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: case sensitivity in finders</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/case-sensitivity-in-finders/m-p/5709#M1271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you're looking for can definitely be done.&lt;/P&gt;&lt;P&gt;Clone the filter "Filter vFilers by name in array" and modify the SQL query to case the column name and string, in your case it is the vfiler name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, you can modify this line in the filter query -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND vfiler.name = '${vfiler_name}'&amp;nbsp; &lt;/P&gt;&lt;P&gt;to,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND upper(vfiler.name) = upper('${vfiler_name}')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now use this filter for case insensitive vfiler name matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanzim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 07:00:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/case-sensitivity-in-finders/m-p/5709#M1271</guid>
      <dc:creator>tanzim</dc:creator>
      <dc:date>2013-04-04T07:00:02Z</dc:date>
    </item>
  </channel>
</rss>

