Closed (works as designed)
Project:
Content Construction Kit (CCK)
Version:
4.7.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2006 at 22:29 UTC
Updated:
21 Aug 2006 at 22:32 UTC
Comments
Comment #1
jonbob commentedThis sounds like something that could be best accomplished by the Views module. By creating a view with a filter on the field you are interested in, and then "exposing" that filter, you would be able to create a search form to your liking.
Comment #2
mwu commentedJonbob,
thanks for writing back. sorry I was not clear. the field (not languages) could have 300 to 1000, or even 10,000 values. so the drop down selector in views is not feasible. If you think it's doable I am interested in sponsoring it.
Comment #3
jonbob commentedI still think Views could handle this for you. Especially with the patch that went in today; you could add an exposed filter for the field you want to search, and have it search for substrings of the field. I don't think a dropdown would need to be involved.
Comment #4
mwu commentedJonbob and others,
Jonbob you are right. It does seem to do what I want.
Explanation of how to do it for others:
under filters for a text field, pick "Contains" for your operator
note that this operator will not show up for a select/dropdown list.
you can lock the operator
wild cards don't work, but the search is not case sensitive
Jonbob, thanks for pointing out this solution