Search API Attachments - File URL

Hi everyone,

I recently installed Search API with Apache Solr and Search API Attachments. Those modules do work, but when I search for a keyword located in a file attachment, I only get the node containing the file as a result. It would be nice if it could return the file's URL in addition to the node's URL.

I don't know if it's a configuration issue (Solr, Search API or else), or if this feature isn't included in Search API Attachments.

I've already posted in the module's forum, but no answer.

Thanks

Empty submitting values in ajax added form

Empty submitting values in ajax added form

/**
* Page callback for test_module_module_page
*/
function test_module_module_page(){
$test_form = drupal_get_form('test_module_test_form');
return render($test_form);
}

function test_module_test_form_submit($form, &$form_state) {
drupal_set_message(t('Submitting values: @values', array('@values' => var_export($form_state['values'], TRUE))));
}
/**
* Form for page
*/
function test_module_test_form($form, $form_state) {
$form['#prefix'] = '

';
$form['#suffix'] = '

';
$form['first'] = array(
'#type' => 'textfield',
'#title' => t('first textfield'),
);
$form['submit'] = array(
'#type' => 'submit',
'#value' => 'submit ajax',
'#ajax' => array(
'callback' => 'test_module_preview_form_ajax',
'wrapper' => 'test-form-ajax-wrapper',
),
);
return $form;
}
/**
* Ajax callback for test FORM
*/
function test_module_preview_form_ajax($form, &$form_state) {
$form['ajax_form'] = array(
'#type' => 'fieldset',
'#title' => t('This is form delivered via AJAX'),
);
$form['ajax_form']['second'] = array(
'#type' => 'textfield',
'#title' => t('second textfield'),
);
$form['ajax_form']['submit'] = array(
'#type' => 'submit',
);

start working on drupal

i am new to drupal. i have php, mysql installed in my system. i have installed drupal in my system. i dont know from where to start. everyone says that within minutes a fellow can create a website in drupal without any programming knowledge. and friends i am good in php and mysql both. please someone help. and please dont ask me to refer drupal documentation. it may be good but i dont get it... seriuosly. can anyone help me with a site which provides step by step guidelines to create a website(for absolute beginners).

Site down after update of modules (HELP)

I have updated some modules in my site and now everytime I try to open any page like: www.example.com/somepage It changes to www.examples.com/es/somepage and a message appear advising that the page DO NOT EXIST!!!

What could be the problem? Clearly it is something related to the Locale module??

Any idea?

htaccess - Redirecting a domain name to subdomain shared cPanel hosting

Ok I'll try to be precise and hopefully someone can shed some light for me.

CSS and/or menu configuration problem: layout breaks when I add pages

*This problem has been resolved!*

I've got a very simple new site (my first Drupal site):

http://holgaiowa.com/

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x