<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <br>
    Another approach is to use the computed_field module to create a
    computed field that stores all the values from the other fields,
    then add that field as a filter. It's a hack, but for small datasets
    it won't affect performance.<br>
    <br>
    Ted<br>
    <br>
    On 9/21/2010 3:18 AM, Carl Wiedemann wrote:
    <blockquote
      cite="mid:AANLkTi==e4RNi+Rq+ty-guV8K_0gp4rs5rL+MEZVzgXk@mail.gmail.com"
      type="cite">You might try enabling the search module and exposing
      the search terms filter. This should work on all indexed content
      (including CCK). However, I don't think it matches partial
      strings.<br>
      <br>
      <div class="gmail_quote">
        On Tue, Sep 21, 2010 at 12:57 AM, <a moz-do-not-send="true"
          href="mailto:ceooph%2Bdrupallist@gmail.com">ceooph+drupallist@gmail.com</a>
        <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:ceooph%2Bdrupallist@gmail.com">ceooph+drupallist@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;"> &nbsp;Hi list,<br>
          <br>
          I have a content type with multiple fields (name, tel, email,
          ...).<br>
          I have created a view to list all nodes of this content type.
          I able to<br>
          sort this view by names, tel, ...<br>
          But now, I want to filter this view by ONE filter textbox and
          not one<br>
          for name, an other for tel, ...<br>
          <br>
          How can I do that ?<br>
          <br>
          I try to use custom text to concatenate all fields but I can't
          filter my<br>
          view on custom text field !<br>
          <br>
          I have 2 solutions in mind. Create my own filter or
          concatenate cck<br>
          fields into one and filter on it.<br>
          But I don't know how do that.<br>
          <br>
          Do you have some idea ? Or how can I do that ?<br>
          <br>
          Thanks in advance for your help.<br>
          <font color="#888888"><br>
            --<br>
            [ Drupal support list | <a moz-do-not-send="true"
              href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
            ]<br>
          </font></blockquote>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>