I have a music collection and use sphinx for searching in it. Search mode is SPH_MATCH_PHRASE, but when I search f.e. for \"B\'Day\" album - sphinx cuts \"\'\" and searching by \"Day\" query. How can
I am using NHibernate (v 2.1.0.4000) and try to use an event Listener for an update action. I used the following code to add a listener to the Nhibernate Configuration.