Create a search module or a smart search module
As said in https://docs.joomla.org/J3.x:Adding_custom_fields "Can you search custom fields?Short answer: Yes, you can."
Available to search by custom fields
I cant find this option
joomla 3.7
maybe it is not an issue, but
Labels |
Added:
?
|
Thanks for replaying.
PD: Maybe this should be a "to do" task for the future of the Search Component? Or better, create a "Filter Component"...
I'm not sure what you mean? Do you want to be able to turn off searching for field values?
It will probably never be possible to search / filter by field, due to performance issues. Fields are not a CCK...
Field values when using com_search as your search component are included in the search result (check the plugin code, it even mentions joining over the fields data). Presumably Smart Search plugins could somehow be updated to include this data in the search index too at some point.
Fields can't be used for filters on list views. That requires CCK type architecture that is not supported.
"Fields are not a CCK..."
"That requires CCK type architecture that is not supported."
My heart is broken...
Presumably Smart Search plugins could somehow be updated to include this data in the search index too at some point.
Afair, smart search does index the values as well. There was a glitch to it which I think is fixed by now.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-20 09:25:00 |
Closed_By | ⇒ | brianteeman |
Closing as expected behaviour
Sorry, but i thought that this was the "expected behaviour": https://www.joomlart.com/blog/joomla-extensions/joomla-custom-field-filter-added-in-ja-megafilter-demo?utm_source=newsletter&utm_medium=email&utm_campaign=J37FIELDS
No. As stated, fields isn't offering CCK like functionality which is how you would get into including filters like that.
Question to Sukinoz:
I'm looking for the same functionality. Since this cannot be solved through joomla, I'm thinking about buying the JA megafilter extension. Did you try this already Sukinoz? If so did it prove helpful?
Thanks!
Not tested it. But in the description and in the demo page they say that it is prepared:
https://www.joomlart.com/blog/joomla-extensions/joomla-custom-field-filter-added-in-ja-megafilter-demo
Thanks Sukinoz. I finally bought it but it was of no use since I cannot actually link my theme's search bar with the Megafilter's result page. The only option I have is to search through Megafilter's search bar but I have no control on how this will actually appear on my page.
It's not an option, just search for a value you stored in a field and it should find the corresponding item (eg the article).