Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have recently migrated my site to a different environment with the main difference being that we converted the database from mySQL to MS SQL Server. The website is essentially a listing of user-generated content, ideas, which have a title and description along with other information. There are two bugs that have shown up after migration:

  • Search feature will search on description and other idea information, but not on title. We have checked the configuration on both ends to ensure everything is exactly the same, yet the original version works, and the migrated version doesn't. The module being used for search is Better Exposed Filters.

  • Content on the first page will display, but when going to the second page or after of the listing (using default pager module), whatever content should be displayed is not displaying.

I am new to Drupal so any help regarding this issue would be much appreciated.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.