ggppdk wrote: I speak of FLEXIcontent advanced search view ... which is meant to replace joomla search view(/component)
1. It contains text search (words: any, all, phase, phrases)
- with ability to show all matched words (not just first one like Joomla)
- percentage matching report
2. OPTIONAL displayed
(a) Content Attribute filters (=field filters)\
(b) Select Content Types (appear as toggle buttons)
(c) Select other site areas for searching e.g. comments etc (appear as toggle buttons)
(d) ranges (not yet finished)
I am committing these today or tomorrow stay tuned
Regards
I'll see it tomorrow. But in your description I already see some problems for me.
You are saying about replacing standard search. But for example I need these search pages:
- Realty (easy form)
- Realty (advanced form)
- Cars
- Global text search form as it was in Joomla
Also I want to control form elements what I want to see. For example I want to show price(text flexi field) as combobox (price 0..20, 20..200, more than 100), or spinbox or something else. Will it be possible?
I think there is a design problem in Flexicontent (I hope you have tools for painless refactoring and changin to good architecture). All of Flexifields must have to parts:
- Model
- Views (as much administrator wants)
For example for price field:
- Model (integer)
- View in backend (textbox)
- View in simple search form (hidden field)
- View in advances search form (combobox)
- View at advertisement creation frontend page (field with automatic custom calculator).
Unfortunally I see that there is no such features. But imaginate what will it be if this feature exists! This may also help to create own Flexicontent Forms engine to let administrator to put any Flexi item creation form to frontend (`offer submit`, `ad submit`, `submit news` etc.).
It is just an idea, but I was surprised after Drupal (where this functionality exists in built-in CCK), that such simple thing was not implemented in Flexicontent.