<!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 text="#000000" bgcolor="#ffffff">
    Le 17/06/2011 03:31, Bruce Whealton a &eacute;crit&nbsp;:
    <blockquote cite="mid:011f01cc2c8e$49c5a6d0$dd50f470$@com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color: black;">Hello,<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am
            working on a personals site for a client.&nbsp; The site will
            have profiles for each person on the site.&nbsp; So, I guess the
            way to present the results of a search or browse feature
            would be with the Views module, right?&nbsp; Views would display
            results, such as People, based on the criteria that one
            filters upon.&nbsp; Maybe we want to show only men seeking women
            over 40 who don&#8217;t smoke.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I
            know there are other dating sites that have used Drupal but
            has anyone on this list done this?&nbsp; Does anyone know of any
            other modules that would help with this kind of task of
            returning a list of users based on profile data?<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next,
            how does one find all the People, users who are located
            within 25, 50 or 100 miles of the searcher&#8217;s location?&nbsp; I
            know it can be done based on lat and long coordinates, but
            would you do that at the time of the search function when it
            is run?&nbsp; I cannot imagine with a large database you&#8217;d store
            the distance between each and every two persons.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color: black;">Thanks,<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color: black;">Bruce<o:p></o:p></span></p>
      </div>
    </blockquote>
    Hi, You can use solr and apachesolr module for drupal. This module
    can search user profiles.<br>
  </body>
</html>