go to post Evgeny Shvarov · Nov 16, 2017 Thanks, Konstantin!And here is the link to the demo.Do you want to add an option to share the search? E.g. introduce some share results button in UI which would provide an URL with added search option in URL? It would be very handy if you want to share search results with a colleague.
go to post Evgeny Shvarov · Nov 16, 2017 Thanks, Sergey!> What did you use for screen capture to GIFs?Google it and you'll get thousands. It's a really number of it. I'm using LICEcap.
go to post Evgeny Shvarov · Nov 15, 2017 Hi, Kevin!There is a good article by @Vitaliy.Serdtsev related to the topic (Russian to English translation).
go to post Evgeny Shvarov · Nov 14, 2017 Thanks, Danny!Actually, I raised already similar discussion but I still prefer object callbacks because of better code readability.BTW, if I have both unified Trigger and OnBeforSave callback would they fire both?And why don't we have unified ObjectScript callbacks?
go to post Evgeny Shvarov · Nov 14, 2017 Thanks for raising that, Udo! Sure it is helpful for a lot of people. And here is the full list of tags.
go to post Evgeny Shvarov · Nov 13, 2017 Hi, Kevin!I can advise trying Caché Class Explorer which exposes packages, classes, methods with code and interactively points to classes documentation on a given server and can be used to solve your task in my opinion.Pinging @Nikita.Savchenko to provide more information.
go to post Evgeny Shvarov · Nov 10, 2017 Hi, Romero!Look at this project which does search for Documentation with iKnow and iFind by @Константин Ерёмин. Demo. Github.It uses iKnow for autocomplete functionality in a search box.
go to post Evgeny Shvarov · Nov 9, 2017 Hi, Vitaly!Thanks for your input! This is very interesting and totally different approach to solve the task which I like every time about InterSystems technology that problems can be solved with different approaches and you never know how many options even exist )
go to post Evgeny Shvarov · Nov 9, 2017 Hi!Here is the remastered version of Meetup live stream recording.
go to post Evgeny Shvarov · Nov 7, 2017 So, the final recipe looks like following:For Insert and Update calculate the hash e.g. with MD5 and put it in Hash property. Index it with not unique index.Find duplicates with SQL query on Hash where group by for hash shows more than one occurrence.Loop through all the values with same hash just and check Text property values to be sure that they are duplicates but not hash collisions.Thanks, Alex, Dmitry, Robert!
go to post Evgeny Shvarov · Nov 7, 2017 True, but it can find also similar, but not identical, right?
go to post Evgeny Shvarov · Nov 7, 2017 Thank you, Mike! Indeed the results are odd sometimes. We'll investigate the case.