<br><br><div class="gmail_quote">On Sun, Mar 20, 2011 at 3:02 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le 2011-03-19 17:35, Ammar Yasir a écrit :<br>
<div><div></div><div class="h5">> On Sun, Mar 20, 2011 at 2:00 AM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br>
><br>
>> Le 2011-03-19 15:13, Ammar Yasir a écrit :<br>
>>> Sir,<br>
>>><br>
>>> I looked at the table search page. One problem I find is that a form such<br>
>> as<br>
>>> table search page consists of all the columns. I think in general a user<br>
>> is<br>
>>> interested in at most 2-3 criteria for searching at once. If number of<br>
>>> columns are more(in a table eg. users table in mysql database), the<br>
>> search<br>
>>> table form will contain lot of irrelevant fields(to his query). Can the<br>
>> page<br>
>>> be something like it asks the user to select the column first, then its<br>
>>> detail and then again a column if he wants to build the query further?<br>
>><br>
>> (Please do not top-post, conversations are difficult to follow).<br>
>><br>
>> I was referring to the Table Search page because we'll have to avoid<br>
>> duplicating the same functionality on many pages.<br>
>><br>
>> You are right, the table Search page displays all the columns in "query<br>
>> by example" but in its Options hidden panel you can choose the columns<br>
>> that will be displayed. I think that this behavior could be improved by<br>
>> adding a way to quickly hide or show which columns are to receive a<br>
>> search criterion.<br>
>><br>
>> I think that we can reduce some fields by combining elements from the table<br>
> search page and those from the options hidden pane. The table search form<br>
> provides appropriate operations for each column and in options panel we can<br>
> select columns but it just provides a textbox to enter the body of the WHERE<br>
> clause.<br>
><br>
> As in this case we are only interested in selecting one of the columns,<br>
> initially we can just have a list of columns and then when a user clicks on<br>
> one of the columns, the appropriate operations available for that column<br>
> appear. This reduces some of the fields on the screen.<br>
<br>
</div></div>This should work but the user needs to select two columns, not just one.<br>
<div class="im"><br></div></blockquote><div>We can put a constant on the number of search criteria to 2, so you'll have to select exactly two columns.<br> </div><div>One more thing, can the two columns be from different tables also. Like for example, for a house auction database: <br>
There is a 'house' table (neighborhood,address,no_of_rooms,plot_size....)   and a sales table (selling_price,date_sold,....)<br>and the user might want to see a visualization of plot_size vs selling_price. <br><br>
Do you think I am going off the project idea? This would involve using underlying relationship between the house table and sales table and it would be fairly complex to develop such system.<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
><br>
> Try to avoid a behavior that would be too sequential.<br>
>><br>
>><br>
>  and this will not be very sequential also. For example see: Initially -><br>
> <a href="http://web.iiit.ac.in/%7Eyasir/IMG1.jpg" target="_blank">http://web.iiit.ac.in/~yasir/IMG1.jpg</a> , Selecting File_priv -><br>
> <a href="http://web.iiit.ac.in/%7Eyasir/IMG2.jpg" target="_blank">http://web.iiit.ac.in/~yasir/IMG2.jpg</a><br>
><br>
</div>Fine.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Colocation vs. Managed Hosting<br>
A question and answer guide to determining the best fit<br>
for your organization - today and in the future.<br>
<a href="http://p.sf.net/sfu/internap-sfd2d" target="_blank">http://p.sf.net/sfu/internap-sfd2d</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>