Support Forums

Search on Extra Fields

This is a discussion on Search on Extra Fields within the v3.1 Questions & Support forums, part of the Legacy Help & Support category; Does the search function work on extra fields? I have a field defined as "Text Multi-Line" and marked "Field Searchable" ...


Go Back   68 Classifieds Forums > Archives > Legacy Help & Support > v3.1 Questions & Support

Reply
 
LinkBack Thread Tools Display Modes
Old 07-24-2006, 02:29 AM   #1
LR
Junior Member
 
Join Date: Jul 2006
Posts: 12
Rep Power: 14
LR is on a distinguished road
Default Search on Extra Fields

Does the search function work on extra fields? I have a field defined as "Text Multi-Line" and marked "Field Searchable" but when I search for known text in the field, it doesn't return any hits.
__________________
Luc
V3.1.5 Developer
LR is offline   Reply With Quote
Old 07-24-2006, 10:56 AM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,386
Rep Power: 125
Eric Barnes is a jewel in the rough
Default

The extra fields are dependant on the category selected in the search page. So to search the extra field you would first have to select a category then all the searchable fields will be displayed.
__________________
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 offline   Reply With Quote
Old 07-25-2006, 02:25 AM   #3
LR
Junior Member
 
Join Date: Jul 2006
Posts: 12
Rep Power: 14
LR is on a distinguished road
Default

Yes, the drop-down lists show up after selecting category. Choosing search criteria based on the drop downs works. But my text multi-line fields do not show up and don't appear to otherwise be active in the search (i.e. no hits when text is typed into the "Search Text" and you click "Search").
__________________
Luc
V3.1.5 Developer
LR is offline   Reply With Quote
Old 07-25-2006, 09:36 AM   #4
Coder
 
Join Date: Mar 2006
Posts: 4,878
Rep Power: 118
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by LR
Yes, the drop-down lists show up after selecting category. Choosing search criteria based on the drop downs works. But my text multi-line fields do not show up and don't appear to otherwise be active in the search (i.e. no hits when text is typed into the "Search Text" and you click "Search").
The search text field you see when the search form 1st loads only applies to the title, short description and long description.

What kind of data are you collecting in the extra multi-line text fields?
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 07-25-2006, 04:31 PM   #5
LR
Junior Member
 
Join Date: Jul 2006
Posts: 12
Rep Power: 14
LR is on a distinguished road
Default

Quote:
Originally Posted by Lhotch
The search text field you see when the search form 1st loads only applies to the title, short description and long description.

What kind of data are you collecting in the extra multi-line text fields?
You are correct - searching title, short/long description works. Does this mean searches aren't working properly for the Extra fields (text multi-line)? I did not think to chk if there was a bug, I just assumed it was something I was doing wrong.
__________________
Luc
V3.1.5 Developer
LR is offline   Reply With Quote
Old 07-25-2006, 04:50 PM   #6
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,386
Rep Power: 125
Eric Barnes is a jewel in the rough
Default

This isn't really a bug because the extra fields are each searched individually. Meaning the default search will only search the title, description, and short description. To search your added field you would have to select the category first then enter the search term in the field that is displayed.
__________________
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 offline   Reply With Quote
Old 07-25-2006, 06:06 PM   #7
Coder
 
Join Date: Mar 2006
Posts: 4,878
Rep Power: 118
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by suzkaw
This isn't really a bug because the extra fields are each searched individually. Meaning the default search will only search the title, description, and short description. To search your added field you would have to select the category first then enter the search term in the field that is displayed.
I think what he is getting at is the extra text fields, that are assigned to specific categories, are not displayed in the search once the specific category is displayed.
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 07-25-2006, 09:07 PM   #8
LR
Junior Member
 
Join Date: Jul 2006
Posts: 12
Rep Power: 14
LR is on a distinguished road
Default

Quote:
Originally Posted by Lhotch
I think what he is getting at is the extra text fields, that are assigned to specific categories, are not displayed in the search once the specific category is displayed.
Yes, that is correct. When I select the category, my extra text fields do not show up. Only the ones defined as drop-downs show up. So there is no place to enter the search criteria for the extra text fields.
__________________
Luc
V3.1.5 Developer
LR is offline   Reply With Quote
Old 07-26-2006, 10:31 AM   #9
Coder
 
Join Date: Mar 2006
Posts: 4,878
Rep Power: 118
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by LR
Yes, that is correct. When I select the category, my extra text fields do not show up. Only the ones defined as drop-downs show up. So there is no place to enter the search criteria for the extra text fields.
Luc, I looked at the code and this does appear to be a bug with multiline text fields. Ill let Eric know.
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 07-28-2006, 02:20 AM   #10
LR
Junior Member
 
Join Date: Jul 2006
Posts: 12
Rep Power: 14
LR is on a distinguished road
Default

OK - Thanks Larry.
__________________
Luc
V3.1.5 Developer
LR is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Location of extra fields Acpjax v3.1 Questions & Support 4 10-25-2006 04:03 PM
Aligning the "zip code," etc. search fields spaceboy v3.1 Modules & Modifications 5 09-09-2006 03:27 PM
Extra Fields Not Appearing In Search Results Dan Ashton v3.0 Questions & Support 4 05-02-2006 11:37 AM


All times are GMT -4. The time now is 04:05 PM.


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