Search Function #291
-
What's a good option for adding or implementing search? I have something implemented that's fairly rudimentary, but would like to add ability to use + (must contain) or - (must not contain) or enclose text with quotes for better results. |
Beta Was this translation helpful? Give feedback.
Answered by
adrianhall
Feb 21, 2025
Replies: 1 comment 2 replies
-
Client or server? Using LINQ (online) or offline? There are so many questions here - perhaps a better description of the problem and a potential snippet of code that you would want to write to implement it would be good? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Offline usage is just EF Core - the actual tables are just DbSet<> - so from that perspective, you can use whatever you want - it's orthogonal to Datasync functionality.