advanced-search Questions
2
Solved
I have this mysql code:
SELECT firstname, lastname, age, gender from persons WHERE id = 1;
Display:
> firstname: Marlon
>
> lastname: Null
>
> age: 26
>
> gender: male
...
Sergeant asked 12/8, 2015 at 10:22
1
I need to show the layered navigation filters on the Magento advanced search results page, just like it does on the catalogsearch results page.
I have already moved the XML block as needed into ca...
Arly asked 6/11, 2012 at 9:51
2
Solved
While printing Binary Search Tree(BST) using recursive function (pre-order). I need to print all the parents(path form root) of current node.
An auxiliary data structure can(e.g. path in my code) b...
Ana asked 17/10, 2012 at 15:9
3
Solved
In one of my applications, I am to execute a search on multiple fields/columns. Its an Advanced Search and there are over 20 fields using which a user can search for results. For example, a user ca...
Metcalf asked 26/4, 2012 at 11:48
1
© 2022 - 2024 — McMap. All rights reserved.