How to Inner Join an UDF Function with parameters using SubSonic -
I should ask the table using FreeTextTable with SubTonic (because I need rankings). AFAIK does not support subsonic fulltext, so I ended up building a simple UDF function, which takes 2 parameters (keyword and maximum number of results for search). Now, how can I add free testtables to this body? InlineQuery is not an option Example:
Table ID with Field ID, ArticleName, Author, ArticleStatus
The search can be done by one of the following areas: ArticleName (full text), author (second full text but with different keywords), article (an integer).
Actually the query is more complex and includes other (based on user's choice).
If this subsonic situation, perhaps the best solution is good old side SQL (hence there will be no need to create UDF.)
Thank you for your help
< P> ps: SubSonic 3.0 to handle this situation?
3.0 This can do for you, but you have to create a template for it, (So far), I'll work on it in the coming weeks - now I do not think 2.2 would do this for you.
Comments
Post a Comment