On Sep 5, 2008, at 2:31 PM, Todd wrote: > The full text search doesn't seem to be working as expected. I have an > event with the word "Fridays" in the title, and if I search on > "Friday" (no S on the end) the event is not returned. Why? Does the > search only match on exact words? I'm using the .NET API, but it is > also visible when I just hit the below feed URL directly: > > http://www.google.com/calendar/feeds/unr.edu_h2m8r4iqtll62al1lnt7q2cfms%40group.calendar.google.com/public/basic?q=fridays
Google Calendar's full text search only returns exact matches on words. It doesn't do pluralization or stemming. When you create an event "bicycles" and search for "bicycle" no events are returned and vice-versa. Similarly with verb forms, if you create an event "swimming" and search for "swim" and you don't get any results. This behavior is within the range of possibilities for full text search. Ray -- Ray Baxter Boundary Conditions --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
