I'm going down the route of integrating NH with SQL Fulltext searching (sql 2005).
Are there any best practices of how to accomplish this? Essentially, at the moment, I have a Stored Procedure which will perform a fulltext search on certain tables, which I'd like to present as a simple list to the user which would take them to the relevant pages (the SP currently handles the "type" of each search result, which is then used to create the correct controller/action/view link in the mvc app). This works quite nicely, but I'm not sure if it is a bit inelegant. Is calling this pre-existing SP from NH the best way to do this, or is there a more elegant method that I'm missing? -Jamie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
