Support Forums

Old 01-08-2009, 04:19 PM   #1
Member
 
Bronxgodzilla's Avatar
 
Join Date: Jun 2008
Posts: 58
Rep Power: 5
Bronxgodzilla is on a distinguished road
Post Extra Fields / Parent & Child Options

Can anyone please help with precise directions and even better, examples of the application of the Admin/Categories/ ->Extra Fields & Parent / Child options? I would like to see some sites with examples, or get a better understanding of the variations. Knowledgebase has paucity of info.

My application needs do require multi-level searches and levels of products, but I am not seeing the full application but feel these intriguing features are important. Anyone has used them before and applied them? What circumstances? Can I see the results?

Also, (separate application) can I use ExtraFields to add fields to UserRegistration and listings, for visitors to search on?

Thanks!
__________________
Using Version 4.0.9 Developer Edition & loving it
Bronxgodzilla is offline   Reply With Quote
Old 01-08-2009, 04:39 PM   #2
Moderator
 
 
Join Date: Mar 2006
Posts: 4,062
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

Goto the 68C demo, login (demo/demo) and place an ad in the motorcycle category and you will see parent child extra fields in action.

As for registration fields, you cant use extra fields, but there are 3 fields already defined that you can make sure of.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 01-09-2009, 04:50 AM   #3
Member
 
Bronxgodzilla's Avatar
 
Join Date: Jun 2008
Posts: 58
Rep Power: 5
Bronxgodzilla is on a distinguished road
Post

Lhotch - thanks. I spent most of the day playing with the admin and results in the demo regarding the Extra Fields - Parent /child applications and pretty thoroughly see where it applies --- and does not. I have to admit the functionality gives a good focused search criteria into the makeup of various categories.

But this is all a manual setup. What if a seller placing an ad has some items which are not found on the "standardized" child-list? It means it will not be searched for directly. What is then the order of the search, ie where will the "not listed" child type come up? At the bottom of the search? (obviously the code will list other items first --

In other words where will the customer's item be found? IE if I put in a child called "Other" does that automatically mean the code will Exclude the other child-types and do a search equivelent to a "not equal" or "not contained" regarding the other, listed types. IE will it look for anything BUT what is on the list to find "Other"??

AND, if not, what is the solution?

Thanks
BG
__________________
Using Version 4.0.9 Developer Edition & loving it

Last edited by Bronxgodzilla; 01-09-2009 at 04:53 AM.
Bronxgodzilla is offline   Reply With Quote
Old 01-09-2009, 08:32 AM   #4
Moderator
 
 
Join Date: Mar 2006
Posts: 4,062
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by Bronxgodzilla View Post
In other words where will the customer's item be found? IE if I put in a child called "Other" does that automatically mean the code will Exclude the other child-types and do a search equivelent to a "not equal" or "not contained" regarding the other, listed types. IE will it look for anything BUT what is on the list to find "Other"??

AND, if not, what is the solution?

Thanks
BG
Im not sure I am following your question, so instead of trying to directly answer it let me quickly run down how things tie together and maybe that will give you the answer you need.

68C is broken down into some basic areas......
  • Users - ie the people that place ads
  • ads themselves
  • categories
  • extra fields
  • ad packages (ie products that you sell on your site)

Since 68C caters to a wide audience who in turn has a wide audience its not uncommon for someone to have a site that has a wide variety of ads, for example homes and autos.

Ads themselves have some basic data thats common to all ads (ie title, price etc) and then due to the variety of items listed you can create "extra fields". These fields are not only bound to a specific ad but to categories as well.

It doesnt make much sense to ask someone to list how many miles are on their house or if their car has maintenance free siding.

By default when you load the search form for 68C all you see are the common ad fields. If you want to search by extra fields, you need to specifically select a category to search in and then the extra fields specific to that category will appear if they were set as searchable when they were created.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 01-09-2009, 12:00 PM   #5
Member
 
Bronxgodzilla's Avatar
 
Join Date: Jun 2008
Posts: 58
Rep Power: 5
Bronxgodzilla is on a distinguished road
Default

Quote:
Originally Posted by Lhotch View Post
By default when you load the search form for 68C all you see are the common ad fields. If you want to search by extra fields, you need to specifically select a category to search in and then the extra fields specific to that category will appear if they were set as searchable when they were created.
Larry -- I was not asking about the general operations of 68C but only and singly a very specific event regarding the "search by extra fields" as you describe above. I understand multi-level indexing and filtering, as a programmer. My SPECIFIC question was in the structuring of the extra field searching and its results:

what is the Default Search Order the customer (person searching for a product) sees when a user (ad seller) has placed an ad NOT INCLUDED in the Admin Parent/Child setup? In other words:

1) Site owner creates X number of Child/Parent items
2) User fills out a child item NOT included in the pre-set items (X1)
3) Customer A is searching for item X1 but it is not on the drop down (extra field) search list

If there are 1000 products where -- what Order -- does the customer see X1 if this ad is not on the Admin's Child list?

In other words, does the items which ARE on the Admin's Child list take precedence over all other items not so described as a child (and found searchable on the drop down search box)?


Secondly, does user's new ads automatically added to the Child list which is listed under a single Parent? If so, then all is good, man.
Barry
__________________
Using Version 4.0.9 Developer Edition & loving it

Last edited by Bronxgodzilla; 01-09-2009 at 12:03 PM.
Bronxgodzilla is offline   Reply With Quote
Old 01-09-2009, 12:32 PM   #6
Moderator
 
 
Join Date: Mar 2006
Posts: 4,062
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

Extra field contents arent searched at all unless they have data placed in them on the search form.

Your default search order is set in the 68C admin under settings -? search settings.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 01-09-2009, 08:45 PM   #7
Member
 
Bronxgodzilla's Avatar
 
Join Date: Jun 2008
Posts: 58
Rep Power: 5
Bronxgodzilla is on a distinguished road
Default

Larry
Due respect, I cannot figure out why you keep answering some other question than I am asking. If I didnt feel the subject important enough, to me and others, I wouldnt keep asking.

My questions are not about whether an extra field would be searched if no data was put in the form to search on (??!) but the Order of the Search Results which a customer will see -- after making the search. AND what Order those listing results will be if the extra field/child was not set up.

I am talking about what is known in other languages as Soundex ("best match sounds like") -- how is 68C using mySQL to perform the task? Does anyone here understand and can answer please?

I am trying to design a proper indexing functionality with the tools at hand, then see how much I will have to customize.

Thanks
Barry
__________________
Using Version 4.0.9 Developer Edition & loving it
Bronxgodzilla is offline   Reply With Quote
Old 01-09-2009, 08:52 PM   #8
Moderator
 
 
Join Date: Mar 2006
Posts: 4,062
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

With due respect, I just told you the default search order is set within 68C admin, take a look and see how you have it set and you will have your answer.

I already told you I am having a hard time understanding exactly what kind of answer you are looking so forgive me for not spoon feeding you. Im clearly not understanding what kind of answer you are looking for and not at all pleased with attitude I am getting for simply trying to help so I will let someone else step in.

On a side note, since your such an advanced coder why dont you just look at the query yourself and get your answer?
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 01-10-2009, 12:18 AM   #9
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,734
Rep Power: 109
Eric Barnes is a jewel in the rough
Default

I haven't responded to this post because I am in the same boat as Larry. I am just not fully understanding what you are looking for.

Quote:

My questions are not about whether an extra field would be searched if no data was put in the form to search on (??!) but the Order of the Search Results which a customer will see -- after making the search. AND what Order those listing results will be if the extra field/child was not set up.
The actual order is first determined by the default sort order defined in admin. Then the users can resort the results which will set a cookie and maintain their desired sort order.

It does not use full text searching if that is what you are referring too.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is online now   Reply With Quote
Old 01-11-2009, 04:26 AM   #10
Member
 
Bronxgodzilla's Avatar
 
Join Date: Jun 2008
Posts: 58
Rep Power: 5
Bronxgodzilla is on a distinguished road
Smile

Thank you Eric; you answered my question -- and have pointed me in the right direction to do the further research I was after.

Lhotch:
I was not trying to come off in some snide way, so I am sorry you took it that way. Guess I was not making myself clear enough. I did not state or imply I was a "hot coder" -- I am not a php programmer, but an old clipperhead dbase programmer looking to transition into the now, to discover the underling greater qualities of the 68C and be able to work with it. I do not ask dumb questions. I was actually asking about the filtered re-sort and possible text search, which Eric has answered.

Perhaps my actual query just got lost in translation. Here's to the future then.

Barry
__________________
Using Version 4.0.9 Developer Edition & loving it
Bronxgodzilla is offline   Reply With Quote

Bookmarks

Tags
child, extra fields, parent, search

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create dropdown list options for Extra Field in "User Registration Fields"? Success v4 Questions & Support 11 06-02-2008 10:38 AM
Advanced parent/child list Red v4 Questions & Support 1 05-09-2008 07:38 AM
Parent Child Help Unregistered Pre Sales Questions 1 02-06-2008 03:07 PM
More Extra Fields Options MADKing v3.1 Questions & Support 3 08-14-2007 12:19 PM
adding an advanced parent child field spaceboy v3.1 Questions & Support 1 08-19-2006 01:26 PM


All times are GMT -4. The time now is 09:13 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0