Strange sorting in one facet of Apache Solr Search results

Strange sorting in one facet of Apache Solr Search results

We’re using the Apache Solr Search module to allow users to filter search results; for example, if a user searches for Pepsi, they get all results, but along the left of our screen they get facets allowing them to filter by Post Date, Article Type, Trend, etc.... read more
What is the best way to submit form values and output on an unthemed page?

What is the best way to submit form values and output on an unthemed page?

I am writing a custom module that will be used to print consignment labels for a shipping provider. The labels print 4 to a page. The module provides a form that allows the user to specify the number of packages, the dimensions etc then prints a label for each... read more
What is the best way to submit form values and output on an unthemed page?

Drupal Search Programmatically [closed]

I need to implement my own search method in order to find nodes with some keywords in their title or body and with a specific type, but I don’t know how to do this. I tried with do_search() and node_search() methods but I don’t get results. read more