belgiumbruno Posted March 21, 2003 Posted March 21, 2003 Hi, I wonder how I can find this kind of things suppose I have 3 fields 1- color 2- cars 3- price now I want to find all red,blue and grey BMW - Ford cars in stock with a price between 10000$ and 40000$ I want as less as possible requests.
danjacoby Posted March 21, 2003 Posted March 21, 2003 6 requests. Price range is the same in all 6 3 requests for BMWs, one for each color. 3 requests for Fords, one for each color. There are complex ways to do this, including setting up global fields so you can create a multiple search through a script, but it would take a lot of work to set up. If you're going to be doing a lot of multiple searches like this, you might want to do the work; otherwise, just set up multiple search requests manually.
belgiumbruno Posted March 22, 2003 Author Posted March 22, 2003 Thanks for your reply. But this was just a simple search. I have to work with at least 5 combinations. But now I am absolutely sure that there is no simple solution to find such things.
danjacoby Posted March 22, 2003 Posted March 22, 2003 It's not a simple search, it's a combination search. You're searching based on six different sets of parameters. The reason computers haven't achieved artificial intelligence is that the things we come to think of as simple, are in reality very complex -- like your search. I have had to explain to many clients just how computers work in order for them to understand why some things they "just want to do -- it's simple" require very complex programming. Once you get the hang of the logic on which computers operate, it's a lot easier to tell "simple" from "complicated". Hang in there.
Recommended Posts
This topic is 7916 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now