Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
365 views

advanced search page for web application using vb.net

i created a simple advanced search page for web application, i thought sharing it with you might help beginners the following is an example of an advanced search page for an employee database using ...
1
vote
3answers
857 views

How can I reset addAttributeToFilter in Magento searches

I'm having problems getting the addAttributeToFilter function within a loop to behave in Magento. I have test data in my store to support searches for all of the following data; ...
0
votes
5answers
35 views

How can I select mysql data with a union statement where the data matches each select statement, i.e. combine the AND operator with UNION?

Lets say I have a table with just two columns: name and mood. A row holds a persons name, and their mood, if they have multiple moods, then multiple rows are stored in the DB. For example, in the ...
0
votes
0answers
32 views

Django advanced search form & pagination issue

I need to customize the admin app with an advanced search form to search by some simple model attributes: name, surname and age. I use this snippet, and is working: ...
0
votes
0answers
65 views

Search shows all products with layer navigation

I am trying to fix a bug on advanced search page. The issue is if i search for some keys say "red" then all the results shows up. ex: for red it shows up 62 results in single page, even though the ...
0
votes
1answer
27 views

Advanced search with mysql OR statement - Magento

I want to search with the advanced form, but with an mysql OR statement instead of AND statement. For example I search for product ‘Nokia’ in Productname field and ‘N97’ in keywords field. The ...
0
votes
1answer
166 views

How to make Magento Advanced Search show All products when no Search term is specified?

Can anyone help me with this problem please? I use advanced search on magento and it works well, but when I click on "Search" without entering any search terms it gives error or note: "Please ...
0
votes
1answer
50 views

Array advanced search by two paramters

I saw this topic And I have used this code: $arr = array("hello", "try", "hel", "hey hello"); $search = "hey"; //your search var for($i=0; $i<count($arr); $i++) { $temp_arr[$i] = ...
0
votes
2answers
786 views

advanced search with configurable product in Magento

I have a clothing e-commerce website. I created color and size attributes and used them with configurable products. The configurable products have at least two associated products and those associated ...
0
votes
1answer
685 views

Default Scope on Sharepoint Advanced Search

Is there any way to automatically select a specific scope on Sharepoint advanced search interface without having to select the search box via Javascript? I found this hint, but I couldn't find the ...