Giter VIP home page Giter VIP logo

Comments (8)

eddiemuc avatar eddiemuc commented on August 24, 2024

I guess this is more or less something I should provide. But it will take a while until I find the time. Depends on how much specialities are needed for the new filter to go live :-)

from cgeo-guide.

eddiemuc avatar eddiemuc commented on August 24, 2024

I started a manual page for new filtering here: https://manual.cgeo.org/en/cachefilter
It is far from finished, but I would appreciate feedback anyway

from cgeo-guide.

moving-bits avatar moving-bits commented on August 24, 2024

Looks pretty good already, thanks for your work on it!

Found a small typo, but don't know how to get in edit mode, so I'll list it here:

* Cache Type is used to filter for cache type. Use the checkboxes to mark/unmark certaion If filters are set in more than one of these sections, then they are combined using AND-logic 

(a little bit more than halfway down)

"to mark/unmark certaion If filters" probably should read something like "to mark/unmark a certain filter. If filters..."

from cgeo-guide.

eddiemuc avatar eddiemuc commented on August 24, 2024

"to mark/unmark certaion If filters" probably should read something like "to mark/unmark a certain filter. If filters..."

Thanks, this was an unwanted leftover. I removed it.

from cgeo-guide.

eddiemuc avatar eddiemuc commented on August 24, 2024

An initial complete version of the Cache Filter documentation is now available for review (in english only):
https://cgeo.droescher.eu/en/cachefilter

That was a piece of work! There are surely still many typos in it, but i think it can serve as a first version.

from cgeo-guide.

Lineflyer avatar Lineflyer commented on August 24, 2024

Thanks @eddiemuc for creating that. I optimized some smaller things like typos and anchors and started translation to german.

One question though for the pattern textfilter:

Filters all caches where the filtered fields value corresponds to the Pattern given in the Search Text. You may use wildcards ? and . * represents zero, one or multiple characters, ? represents one single character. For example, pattern 'H?mburg' will match e.g. 'Homburg' or 'Hamburg at Night' but not 'A day in Hamburg' or 'Hahmburg'

Why is "A day in Hamburg" not a valid result in this example?

from cgeo-guide.

eddiemuc avatar eddiemuc commented on August 24, 2024

Why is "A day in Hamburg" not a valid result in this example?

There's a typo in my text, the example pattern should be H?mburg* (with a trailing star)

A day in Hamburg is not a match because the pattern is matched against the complete text, not whether it is just contained somewhere.

A day in Hamburg would be matched by e.g. pattern *H?mburg*, but not by H?mburg*

from cgeo-guide.

Lineflyer avatar Lineflyer commented on August 24, 2024

There's a typo in my text, the example pattern should be H?mburg* (with a trailing star)

That was probably my fault while c&p it to here.
Should all be correct now then.

from cgeo-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.