search for: 4522635a

Displaying 2 results from an estimated 2 matches for "4522635a".

2016 Mar 29
2
Bite-size project
...ne looking at the way $transform has been written. If there is any other way, do guide me through that. Can I start with trying to implement this? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20160329/4522635a/attachment.html>
2016 Mar 26
2
Bite-size project
Hello devs, I would like to take up the bite sized project on adding a match command to omega script to perform a regex match. I would just like to know whether the way I am approaching this is right or wrong. The way I am planning to approach it is: 1. Add a new command in query.cc and write the implementation for this command 2. Inside implementation, we will use pcre library in a similar way