Latest update #6
DavidGeeraerts
started this conversation in
General
Replies: 1 comment
-
Working on getting Universal search as the perfect template for all other searches. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The beta draft of the program is all there for doing most searches.
I wanted to get it functioning and not worry about pretty code or better way(s) of doing something.
So very much draft form.
Next steps:
The big subroutine to create is a dynamic generation of
-filter (&(<attribute><operator><search key>))
This will be in a
for loop
for each element {attribute
,operator
,search key
}. I have 90% fleshed out, but have a bug to track.Beta Was this translation helpful? Give feedback.
All reactions