0
votes
0answers
19 views

Ignore an indexed field in an apachesolr search

I'm working with a D7 site with a functioning apachesolr integration. I have a field on a particular content type that I DO want in the index, to be searchable in the site-wide default search. ...
0
votes
0answers
42 views

Field Collections on node - search index

Does anyone have a solution for Drupal default search indexing of a field collection that is attached to a node? I have a product catalog of roughly 6000 products in which I am using a field ...
0
votes
2answers
59 views

View and fixed operator

I've made a view that contains a filter that the visitor can change. The problem is that it give the possibilities to filter trough a combobox: Is equal to Is not equal to Contains Contains any word ...
0
votes
1answer
122 views

Search results: order & group by custom field

I customized the display of my search results so I can show custom fields in the search results (other question). I have a custom field ('Department'). I want to show the search results grouped and ...
2
votes
2answers
277 views

Customize search result

How can i remove Only of the type(s) on the advance options. and username and created day display on the footer search result?
4
votes
6answers
4k views

How to implement search on multiple fields limited to one content type in drupal 7

i've created a new content type wich has several fields (some of those fields are custom: i created them myself). Now i need to implement a search function on each of those fields. This means that ...