Closed kkchandok closed 3 years ago
It's not currently set up for that but shouldn't be too hard to do, it's a matter of updating line 56 here: https://core.sasjs.io/mp__searchcols_8sas_source.html
Would you consider making a pull request? Else I'll jump on it when things get quieter, right now we're busy adding new features to Data Controller -https://docs.datacontroller.io/roadmap/
Allan,
thank you for getting back to me. I will try to update the ode on line 56. What is a pull request? I do not know how to do it. Also what is the purpose of the Data Controller?
Thank You, Kamal
From: Allan Bowe @.> Sent: Sunday, May 2, 2021 3:32 PM To: sasjs/core @.> Cc: kkchandok @.>; Author @.> Subject: Re: [sasjs/core] mp_searchtool fuzzy match (#14)
It's not currently set up for that but shouldn't be too hard to do, it's a matter of updating line 56 here: https://core.sasjs.io/mp__searchcols_8sas_source.html
Would you consider making a pull request? Else I'll jump on it when things get quieter, right now we're busy adding new features to Data Controller -https://docs.datacontroller.io/roadmap/
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/sasjs/core/issues/14#issuecomment-830859721, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK7UTA6NL4SMVMSPWJKSJHLTLWSE5ANCNFSM436S2QSQ.
Data Controller has the exact functionality you are looking for - you can literally just type your prefix into the search bar and it will instantly give you the matches. I made this video to demonstrate:
https://user-images.githubusercontent.com/4420615/118160500-0f660300-b427-11eb-842b-0ec736f9c3a0.mov
It's powered by this macro. If it's interesting, just fill out the contact form here
Anyway - taking a look at your issue now.
thank you Allan,
I will test it out whenI get a chnace.
Thank You, Kamal
From: Allan Bowe @.> Sent: Thursday, May 13, 2021 1:10 PM To: sasjs/core @.> Cc: kkchandok @.>; Author @.> Subject: Re: [sasjs/core] mp_searchtool fuzzy match (#14)
Data Controller has the exact functionality you are looking for - you can literally just type your prefix into the search bar and it will instantly give you the matches. I made this video to demonstrate:
https://user-images.githubusercontent.com/4420615/118160500-0f660300-b427-11eb-842b-0ec736f9c3a0.mov
It's powered by this macrohttps://core.sasjs.io/mp__searchdata_8sas.html. If it's interesting, just fill out the contact form here<https:datacontroller.io/contact>
Anyway - taking a look at your issue now.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/sasjs/core/issues/14#issuecomment-840701389, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK7UTA4I5W2LWTD6VZOANSTTNQBZNANCNFSM436S2QSQ.
:tada: This issue has been resolved in version 2.29.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Hi Kamal - I added the feature, you can see the changes here: https://github.com/sasjs/core/pull/27/files
An example invocation can be found in the test file, here: https://github.com/sasjs/core/blob/main/tests/base/mp_searchcols.test.sas#L44
Hi Allan, I haven't had a chance to check the code out. I have some tight deadlines to work on. I will email you if I run into issue when I check the macro.
Thank You, Kamal
From: Allan Bowe @.> Sent: Thursday, May 13, 2021 2:42 PM To: sasjs/core @.> Cc: kkchandok @.>; Author @.> Subject: Re: [sasjs/core] mp_searchtool fuzzy match (#14)
Hi Kamal - I added the feature, you can see the changes here: https://github.com/sasjs/core/pull/27/files
An example invocation can be found in the test file, here: https://github.com/sasjs/core/blob/main/tests/base/mp_searchcols.test.sas#L44
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/sasjs/core/issues/14#issuecomment-840754931, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK7UTA3MH4OEYV6UVX7TA5TTNQMRFANCNFSM436S2QSQ.
Hello,
Can the macro find fuzzy matches? . If the variable VSORRES is in multiple datasets but with a different suffix such as VSORRES1, VSORRES_02 etc...how would the macro parameters be filled.
%mp_searchcols(libs=work, cols=vsorres);