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.