Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: A Google-like Full Text Search

    I have successfully implemented the FTS in my web app using Irony, but I may have found a bug in the SearchGrammar.cs, or possibly a limitation.

    I have a table of...

  • RE: A Google-like Full Text Search

    Thanks for pointing me in the right direction. I've managed to get it working, both in my code and in Michael's sample.

    First I made a helper class

    using Irony.Parsing;

    using Irony.Samples.FullTextSearch;

    namespace...

  • RE: A Google-like Full Text Search

    The Irony project(s) compile fine. I've tried to update Mike's sample with the new Irony.dll and the new SearchGrammar.cs, without success. I understand you to say not to use Mike's...

  • RE: A Google-like Full Text Search

    I've downloaded the latest Irony build (42496), compiled Irony.dll and included the SearchGrammar.cs file from the Irony.Samples project, but am running into problems. Irony has dropped the Irony.Compiler name space...

Viewing 4 posts - 1 through 4 (of 4 total)